@font-face{
    src: url(fonts/ComicNeue-Regular.ttf);
    font-family: "Comic Neue";
}

body{
    background-color: rgb(29, 31, 33);

}
h1{
    border-style: groove;
    color: aliceblue;
    font-family: "Comic Neue";
    background-color: rgb(139, 37, 139);
    text-align: center;
}
#p1{
    color: rgb(23, 127, 218);
    font-family: "Comic Neue";
    font-weight: bold;
    background-image: url(Images/Hatred_Banner.png);
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    font-size: 69px;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: rgb(55, 238, 38);
}
#p2{
    font-size: 20px;
}

#title{
    background-color: black;
}