body {
    background-image: url("assets/wall_texture.png");
    background-color: #293014;
    width: 60%;
    margin: 0% 25%;
    max-height: 90vh;
}

div {
    background-color: #3d0814;
    color: #EAe69A;
}

#headline {
    font-family: "Jacquard 24", system-ui;
    text-align: center;
    font-size: 90px;
    margin: 5% 15% ;
    margin-top: 10pt;
}

#interface {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
#menu{
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 3%;
    padding-top: 10%;
}

#button {
    font-family: "Jacquard 24", system-ui;
    font-size: 20px;
    text-align: center;
    padding: 0.5em 5%;
    width: 60%;
    background-color: #293014;
}

#main {
    grid-area: 1 / 2 / 2 / 5;
    height: 60vh;
    padding: 2em 4em 0em 1em;
}

#text {
    font-family: "Caveat Brush", system-ui;    
    font-size: 18px;
    overflow: auto;
    background-color: #293014;
    text-align: justify;
    border: 25%;
    height: 95%;
    padding: 0% 5%;
}
#text h1 {
  font-family: "UnifrakturMaguntia", system-ui;
  margin-bottom: 0px;
}
#text h2 {
  font-family: "Jacquard 24", system-ui;
  margin-top: 0px;
}
#text h3{
    font-family: "Caveat Brush", system-ui;    
    font-size: 25px;
    font-weight: bold;
    text-align: end;
}

#stamps {
    gap: .5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#skull {
    width: 75%;
    margin-top: 20%
}

a {
  color: #EAe69A;
  text-decoration: none;
  font-weight:bold;
  font-family: "UnifrakturMaguntia", system-ui;
  font-size: 20px;
}
