@font-face {
    font-family: conthrax;
    src:url(../../fonts/conthrax-sb.ttf);
}

body {
    background-color: black;

    p {
        color: white;
    }

    h4 {
        font-family: conthrax;
        color: white;
    }

    h5 {
        font-family: conthrax;
        color: white;
    }
}
