body {
   margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "manrope", sans-serif;
  text-align: center;
  color: #fff;
  background-image: url(img/bg.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  margin-top: 30%;
}

h1 {
  font-size: 50px;
  font-weight: 800;
}

@media (max-width: 767px)

h1 {
  font-size: 35px;
}

p {
  font-size: 16px;
}

.container {
  margin: 30% 5% 0 5%;
}
