    footer {
        width: 100%;
        height: 10vh;
        padding: 0.5rem;
        background-color: #111;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.5rem;
        color: #979797;
        flex-direction: row;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        line-height: 1.4;
        align-items: flex-start;
        justify-content: start;
    }

    #footer_logotext {
        font-size: small;
    }