body {
  background-color: #f2f2f2;
}
section {
  padding: 0;
}
p > em {
  font-weight: 600;
}
.bg {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/vy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
.bg h1 {
  text-align: center;
  color: white;
  padding-top: 20%;
  font-weight: bold;
  font-size: 3.3rem;
  font-family: "Lato", sans-serif;
  word-spacing: 15px;
}
.abtus {
  margin-top: 8%;
  margin-bottom: 8%;
  font-size: 1.1rem;
}
.fl {
  margin-bottom: 50px;
}
.team {
  margin-bottom: 10%;
}
.card-text {
  font-size: 1.1em;
}

@media only screen and (max-width: 600px) {
  .bg h1 {
    padding-top: 50%;
  }
  .abtus h2 {
    font-size: 2.1rem;
  }
}
