.logo {
    position: fixed;
    top: 0.5em;
    right: auto;
    left: 0.5em;
    bottom: auto;
}

body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgb(46, 47, 55);
    padding-top: 10px;
    width: 600px;
}

.footer {
    filter: brightness(10%);
    position: fixed;
    top: auto;
    right: auto;
    left: 0.5em;
    bottom: 0.5em;
}

.footer:hover {
    filter: brightness(60%);
}