@font-face {
    font-family: "OSD_MONO";
    src: url("./fonts/VCR_OSD_MONO_1.001.ttf");
}
@font-face {
    font-family: "Arrow";
    src: url(./fonts/Arrows.ttf);
}

body {
    background-color: rgb(5, 36, 39);
    color: #b65728;
    background-image: linear-gradient(to bottom, #340e48, #18266e);
    height: 100vh;
    font-family: "OSD_MONO";
}

.bg-orange {
    background-image: linear-gradient(to bottom right, #cb5016, #e2b27e);
}
.bg-spooky {
    background-color: cadetblue;
}

.bo-orange {
    border-color: #d56632;
}

.ArrowFont {
    font-family: "Arrow";
}