@font-face {
    font-family: 'Orbitron';
    src: url('fonts/Orbitron-Regular.ttf')
}

@font-face {
    font-family: 'Rostex';
    src: url('fonts/Rostex-Outline.ttf')
}

/*Splash Screen*/
body {
    background-color: black;
}

img {
    opacity: 0.3;
}