.app>.footer {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app>.footer>.footer-container {
    width: 100%;
    border: 0.5px solid;
    border-image: linear-gradient(to right, transparent 5%, #353535 5%, #353535 95%, transparent 95%) 1;
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.app>.footer>.footer-container>* {
    margin: 10px;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}