    footer {
        display: flex;
        position: fixed;
        top: 97vh;
        justify-content: flex-end;
        right: 1vw;
    }
    
    .version {
        margin-right: 1vw;
    }