html {
    font-family: monospace;
    font-size: 14pt;
}

* {
    box-sizing: border-box;
}

@media only screen and (max-width: 560px) {
    .container {
        width: 100% !important;
    }
}

.container {
    width: 80%;
    margin: 0 auto;
}

.footer {
    margin-top: 15px;
    height: 30px;
    text-align: center;
    width: 100%;
}

.file-list {
    list-style-type: none;
}

.file-download {
    display: flex;
    align-items: center;
    gap: 10px;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
}


