@font-face {
    font-family: "PetscopWide";
    src: url(/fonts/PetscopWide.ttf) format('truetype');
}

body {
    background-color: black;
    font-family: 'PetscopWide';
    color: white;   
}