html, body {
    height: 100vh;
    padding: 5px 20px;
    line-height: 1.5;
}

#indexes {
    display: flex;
    flex-direction: row;
    gap: 250px;
}

div#indexes a {
    margin-bottom: 10px;
    margin-left: 50px;
    display: block;
}

footer {
    position: fixed;
    bottom: 20px;
    font-size: smaller;

    p {
        margin: 0;
    }
}