body {
  min-height: 100vh;
  background-image: url('forest.jpg');
  background-size: cover;
  color: aliceblue;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.container{
  margin: auto;
}

h1 {
  font-size: 5rem;
  text-align: center;
}

p {
  font-size: 2rem;
  text-align: center;
}