  
body, html {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 20px;
    font-family: sans-serif;
    width: 100vw;
    height: 100vh;
    background-color: #0C1016;
    color: #315220;
    font-size: 20px;
    display: flex;
    justify-content: left;
    overflow: hidden;
}


a:link, a:visited {
    color: #315220; 
    font-family: sans-serif;
    font-size: 16px;
    cursor: auto;
}

a:link:active, a:visited:active {
    color: #315220;
    font-family: sans-serif;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

div.fixed-bottom {
    background-color: transparent;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.5;
}


