html,body {
    width: 100%;
    height: 100%;
    clip: auto;
    position: absolute;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    background-color: #393457FF;
    text-align: center;
    color: #dcd2bd;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

@font-face {
    font-family: 'title';
    src: url(fonts/Retrogression-Regular.ttf);
}

h1 {
    font-family: 'title';
    font-size: 5em;
}

.goback {
    color: #dcd2bd;
    position:absolute;
    top: 3vh;
    left: 3vw;
    background-color: #d9d9d93b;
    border-radius: 9px;
    padding: 5px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: none;
}

.goback:hover {
    background-color: rgba(247, 109, 210, 0.375);
}

i {
    background-color: #F99252FF;
    border-radius: .5em;
    padding: 2px;
}

.changelog {
    border: #dcd2bd dashed 2px;
    width: 30%;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 1em;
}