:root {
    font-family: "Arial";
}

#container {
    top: 10em;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

#watermark {
    left: -4em;
    position: relative;
    height: 80px;
}

a {
    text-decoration: none;
}

#archive {
    position: relative;
    margin: 0 auto;
    padding-top: 2em;
    display: flex;
    gap: 5em;
    justify-content: center;
}

#archive img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    height: 160px;
}

#archive img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

#unipwnie {
    padding-top: 10px;
}

/* So tiny */
@media screen and (max-width: 1000px) {
    :root {
        font-size: 70%;
    }
    #container {
        top:1em;
        max-width: 20em;
    }
    #archive {
        gap: 2em;
    }
    #archive img {
        height: 100px;
    }
}

p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: -0.5px;
    line-break: loose;
}
