
body{
    background-image:url(/imgz/orandith.png);
    background-size:cover;
font-family: "Grenze Gotisch", serif;
}



h1{
font-family: "Metal Mania", system-ui;
    text-align: center;
    color:rgb(212, 204, 187)
}
h3{ 
    text-align: center;
    color:rgb(148, 145, 127)
}


div{ 
    background-color:rgba(69, 37, 0, 0.87);
    border-width: fit-content;
    border-style:double;
    border-radius: 25px;
    border-color: rgba(180, 127, 33, 0.71);
text-align: center;
color: rgb(172, 166, 139);
width:fit-contet;
height:fit-content;
margin: 0 25px 15px 25px;
}