@font-face {
    font-family: Retro;
    src: url(../font/retro_computer.ttf);
}

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


* {
    image-rendering: pixelated;
}

body {
    background-image: url(../img/hamet-bg.png);
    background-size: 100%;
    aspect-ratio: 16 / 9;
}

.back {
    position: fixed;
    font-family: Retro;
    color: white;
    text-decoration: none;
    font-size: 20px;
}

h1 {
    font-family: Atlantis;
    color: white;
    font-size: 100px;
    text-align: center;
    margin: 10px auto 10px auto;
}

p {
    font-family: monospace;
    color: white;
    text-align: center;
    font-size: 20px;
}