body {
  background-color: black;
  background-image: url("../images/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.logo {
  margin: 164px auto 74px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  width: 432px;
  height: 221px;
}

p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 200;
  margin: 20px auto;
  max-width: 763px;
}

@media screen and (max-width: 500px) {
  .logo {
    margin: 60px auto 30px;
    width: 320px;
    height: 164px;
  }
}