body {
    background-color: black;
}
@font-face {
    font-family: "rosalicious";
    src: url("rosalicious.ttf");
}
@font-face {
    font-family: "angelicpeace";
    src: url("angelicpeace.ttf");
}
@font-face {
    font-family: "Griffiths";
    src: url("Griffiths.otf");
}

h1 {
    font-family: "angelicpeace";
    text-shadow: 0 0 2px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), -2px -2px rgb(0, 0, 0), 0 2px rgb(0, 0, 0), 0 -2px rgb(0, 0, 0), -2px 0 rgb(0, 0, 0), 2px 0 rgb(0, 0, 0), 3px 3px 2px black;

}
i {
    font-family: "Griffiths";
}
.background {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 70%;
    margin-top: 50px;
    background-image: url("https://i.pinimg.com/736x/66/db/a5/66dba588bba1eab1423beca0e6f19852.jpg");
    background-size: cover;
}
a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:hover{
    text-shadow: 3px 3px 6px black;
    color: rgb(114, 39, 39);
    text-shadow: 0 0 2px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), -2px -2px rgb(0, 0, 0), 0 2px rgb(0, 0, 0), 0 -2px rgb(0, 0, 0), -2px 0 rgb(0, 0, 0), 2px 0 rgb(0, 0, 0), 3px 3px 2px black;

}
.container{
    display: grid;
    background-image: url("https://file.garden/Z7mBIMQW3hJOeelT/dither.jpg"), url("https://i.pinimg.com/736x/e5/95/b7/e595b7902f77ba22388ee5caa71f5b30.jpg");
    background-size: cover;
        background-blend-mode:multiply;
    width: 700px;
    grid-template-areas:
    "header header"
 	"menu content"
    "menu content"
    "footer footer";
    grid-template-columns: 2fr 5fr;
    gap: 10px;
    margin-top: 40px;
    padding: 15px;
    font-family: "rosalicious";
}
.center {
    display: block;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.container div{
    padding: 10px;
}
.container div.header{
    grid-area: header;
    background-image: url("https://file.garden/Z7mBIMQW3hJOeelT/new.jpg");
    filter: grayscale(90%); 
    background-size: cover;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    color: white;
    font-size: 130%;
    text-align: right;
    box-shadow: 2px 2px 6px black;
    overflow: hidden;
    font-family: "angelicpeace";
    letter-spacing: 0px;
    text-shadow: 0 0 2px rgb(0, 0, 0), 2px 2px 0px rgb(0, 0, 0), -2px -2px rgb(0, 0, 0), 0 2px rgb(0, 0, 0), 0 -2px rgb(0, 0, 0), -2px 0 rgb(0, 0, 0), 2px 0 rgb(0, 0, 0), 3px 3px 2px black;
}
.container div.menu{
    grid-area: menu;
    justify-items: center;
    text-align: center;
    text-shadow: 0 0 1px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), -1px -1px rgb(0, 0, 0), 0 1px rgb(0, 0, 0), 0 -1px rgb(0, 0, 0), -1px 0 rgb(0, 0, 0), 2px 0 rgb(0, 0, 0), 3px 3px 2px black;
    background-color: rgba(254, 255, 251, 0.317);
    font-size: 110%;
    font-family: "angelicpeace";
    padding-top: 5px;
    height: 575px;
    color: white;
    letter-spacing: 0.5px;
}
.container div.content{
    grid-area: content;
    color: white;
    background-color: rgba(67, 67, 67, 0.512);
    overflow: auto;
    scrollbar-width: hidden;
    height: 570px;
    font-family: "Griffiths";
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 2px black;
    font-size: 110%;
}
.container div.footer{
    grid-area: footer;
    text-align: right;
    font-size: 80%;
    text-shadow: 1px 1px 4px rgb(255, 255, 255);
    font-family: "Griffiths";
    color: white;

}
.scythe{
    display: block;
    margin-left: auto;
    margin-right: auto;
    rotate: 146deg;
    margin-right: 600px;
    margin-top: -370px;
}
.chain{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -700px;
    margin-left: 480px;
    opacity: 50%;

}


.container div.content::-webkit-scrollbar{
    width: 0; 
    height: 0; 
    background: transparent;
}

