@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

body {
  background: url(../img/hero.png) #b2b2b2 center no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  height: 100vh;
  padding: 10rem 2rem;
  position: relative;
  text-shadow: 0 1px 1px #000;
}

h1 {
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
}

p {
  line-height: 1.5;
}

.content {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  body {
    background-size: cover;
    padding: 4rem;
  }

  h1 {
    font-size: 3rem;
  }

  p {
    font-size: 2rem;
  }
}
