@font-face {
  font-family: "astloch-regular";
  src: url("astloch-regular-webfont.woff2") format("woff2"),
    url("astloch-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "macondoswashcaps-regular";
  src: url("macondoswashcaps-regular-webfont.woff2") format("woff2"),
    url("macondoswashcaps-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
 margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

p {
  font-family: helvetica;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

a {
  color: white;
  text-decoration: none;
}

h1 {
  font-family: astloch; 
  color: white;
  text-align: center;
  font-size: 70px;
}

h2{
    font-family:helvetica;
    color: white;
  text-align: center;
  font-size: 15px;
}

h4 a {
  color: black;
  margin-left: 140px;
  cursor: default;
  font-size: 15px;
}

h4 a {
  transition: color 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
}

h4 a:hover {
  color: orange;
  text-shadow: red 0 0 10px;
  animation: pulse 2.5s infinite;
}

.next {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  gap: 25px;
}

.next a {
  color: #f5bf97;
  text-decoration: none;
  font-family:helvetica;
}

.container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  margin-top: 7%;
}

.container2 {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1.5fr;
  grid-template-rows: 1.5fr;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.hug {
  grid-area: 1 / 1 / 1 / 1;
  display: inline-grid;
  flex-direction: row;
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px;
      font-size: 25px;
}

.nav a {
  color: white;
  font-family: helvetica;
  text-decoration: none;
  transition: color 0.5s ease-in-out, text-shadow 0.5s ease-in-out;
}

.nav a:hover {
  text-shadow: black 0 0 10px;
}

#telltale{
    font-family: helvetica;
    font-size: 25px;
}
