html,
body {
  margin: auto;
  max-width: 1280px;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: #221a1b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

main {
  margin-top: -50px;
  max-height: 90vh;
  max-width: 70vh;
}

img {
  width: 100%;
  max-width: 1024px;
  height: auto;
  display: block;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
  margin: 0;
}

a,
a:visited {
  background: #592486;
  color: #fff;
  text-decoration: none;
  padding: 5px 50px;
  margin: 20px 0;
  display: inline-block;
  border-radius: 50px;
}
