html,
body {
  color: #eee;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 0;
  margin: 0;
  background-image: url("bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100%;
}
h1 {
  position: absolute;
  font-family: Palatino, serif;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 6rem;
  text-align: center;
  margin: 0;
  color: #fff;
}
h3 {
  position: absolute;
  font-family: Palatino, serif;
  left: 3rem;
  top: calc(50% + 3rem);
  width: calc(100% - 3rem);
  transform: translateY(-50%);
  font-size: 2rem;
  text-align: center;
  margin: 0;
}
div {
  position: absolute;
  left: 10%;
  top: calc(50% + 8rem);
  width: 80%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
p {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}
a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 5rem;
  }
  h3 {
    left: 2.25rem;
    top: calc(50% + 2.5rem);
    width: calc(100% - 2.25rem);
    font-size: 1.667rem;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 3rem;
  }
  h3 {
    left: 0;
    top: calc(50% + 3rem);
    width: 100%;
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=./styles.css.map */