@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

body {
  background-color: #192a56;
  font-family: 'Merriweather', sans-serif;
  font-weight: 300;
  color: white;
}

.container {
  text-align: center;
  padding: 10%;
}

.wrap {
  color: white;
  font-size: 5.0rem;
}

h1 {
  font-size: 5.0rem;
}

@media (max-width: 799px) {
  .container {
    padding-top: 20%;
  }
  
  h1 {
    font-size: 3.0rem;
  }

  .wrap {
    font-size: 3.0rem;
  }
}
