/*.footer {*/
/*    flex-direction: row;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    flex-shrink: 0;*/
/*    height: 15px;*/
/*    border-top: 1px dashed var(--secondary-color);*/
/*    padding: 5px 0 5px 0;*/
/*    position: relative;*/
/*}*/

/*footer a {*/
/*    padding-left: 5px;*/
/*}*/

footer {
    padding: var(--footer-padding);
    width: 100vw;
    font-size: var(--footer-font-size);
    height: var(--footer-height);
    position: fixed;
    bottom: 0;
    background-color: var(--background-color);
    z-index: 10;
    border-top: 1px dashed var(--secondary-color);
}