footer {
    background-color: #333;
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;

    & p {
        font-size: 1em;
    }
}

.footer_2 {
    display: flex;
    flex-flow: column nowrap;
    background-color: #333;
    padding: 10px 0;
    margin-bottom: 55px;
    color: white;
    gap: 10px;
    height: 70px;

    & p {
        font-size: 1em;
    }
}


.documents {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.documents a:link,
.documents a:visited,
.documents a:hover,
.documents a:active {
    color: white;
    text-decoration: none;
}

.documents a:hover {
    text-decoration: underline;
}

.cookies {
    text-align: center;
    width: 100%;
    bottom: 0;
}