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

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


* {
    image-rendering: pixelated;
    scrollbar-width: none;
}

body {
    background-image: url(../img/movie-blog/hamnet-bg.png);
    background-size: 100%;
    aspect-ratio: 16 / 9;
    background-attachment: fixed;
}

.foreground {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    pointer-events: none;
    z-index: 5;
}

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

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.spoiler {
    filter: blur(3px);
}
#hamnet-logo {
    width: 400px;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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