
.banner {
  background-image: url("../images/team1.png");
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

body {
  background-color: #b9e1e1;
}