body {
  font-family: sans-serif;
}
.landing {
  background-color: #000000;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.logo-img {
  width: 200px;
}
.hero-title {
  color: #ffffff;
  font-family: sans-serif;
}
