body{
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
    background-color: black;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 690px;
    min-height: fit-content;
    height: justify;
    background-color: rgb(56, 36, 26);

}

.silly {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.sillay {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-content: flex-start;
    justify-content: flex-start;
    margin-right: auto;
}
.ultrasilly {
    flex-direction: column;
}

.up {
    display: flex;
    flex-direction: row;
    background-color: rgb(56, 36, 26);
    min-width: 690px;
    min-height: 10px;
    align-items: center;
}
.middle {
    background-color: rgba(13,30,11,255);
    background-repeat: no-repeat;
    min-height: auto;
    display: flex;
    flex-direction: column;
    min-width: 650px;
    max-width: 650px;
    align-items: center;
    justify-content: center;
}
a {
  color: rgb(255, 77, 77);
  text-decoration: none;
}



h1{
    color: rgb(213, 222, 213);

}
h2{
    color: rgb(213, 222, 213);
}
h4{
    color: rgb(213, 222, 213);
}

p{
    color: aliceblue;
    font-size: 10px;
}