@font-face {
    font-family: 'Space Invaders';
    src: url('../fonts/space-invaders-full-version.ttf') format('truetype');
}

body {
    background-color: #000205;
    background-image: url("skulls.png");
    font-family: 'Space Invaders', Arial, sans-serif;
}

#game {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -400px;
}