.footer {
    position: fixed;
    left: 0;
    width: 100%;
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    background-color: #4f4746;
    color: white;
    font-size: 14px;
    bottom: 0;

    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.footer_left,
.footer_right {
    width: fit-content;
    margin: 8px;
}

.footer_left,
.footer_left a {
    color: white;
    float: left;
}

.footer_right {
    float: right;
}