html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}


body {
  background: url("goosebg.jpg") center / cover no-repeat;
  font-family: "Times New Roman", serif;
}

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-center;
  align-items: right;
  padding: 1rem 1rem 3rem;
  text-align: right;
  color: white;
  text-shadow: 0 0 0.5rem black;
  box-sizing: border-box;
}

h1 {
  margin-top: 10px;
  margin-right: 15px;
  font-size: clamp(2rem, 8vw, 6rem);
  text-transform: uppercase;
}

h2 {
  margin: 1rem 0 0;
  font-family: "Courier New", courier, monospace;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  text-transform: uppercase;
}

a {
  color: grey;
  text-decoration: none;
  margin: 1rem 0 0;
  font-family: "Courier New", courier, monospace;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  text-transform: uppercase;
  text-align: center;
}

a:visited {
  color: grey;
  text-decoration: none;
}

a::before {
  content: "::: ";
}

a::after {
  content: " :::";
}

h3 {
  margin: 1rem 0 0;
  font-family: "Courier New", courier, monospace;
  font-size: clamp(0.75rem, 3vw, 1.5rem);
  text-transform: uppercase;
}