.footer {
    height: 55px;
    background-color: rgb(204, 204, 204);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);

    display: flex;
    justify-content: center;
    align-items: center;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.footer .name {
    color: rgb(85, 85, 85);
    font-size: 12px;
    font-family: Monocraft;
}