footer {
    background-color: #0c0c0c;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-bemyself {
    padding-top: 5%;
}

.footer-img {
    width: 100%;
    height: 100%;
}

.footer-copyright {
    background-color: #141D1E;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #566061;
    height: 15%;
}

.footer-col a {
    text-decoration: none;
}

.footer-end {
    padding-bottom: 5%;
}

.center-vertically {
    display: flex;
    align-items: center;
}

.column-divider {
    width: 1px;
    height: 70%;
    background-color: #566061;
}

.column-text {
    padding: 20px;
}

.text-footer-main {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FCFDFD;
}

.text-footer-mail {
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    color: #E0FF2B;
}

.text-footer-mail:hover {
    text-decoration: none;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    color: #adc03f;
}

.text-footer-attention {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 31px;
    color: #899393;
}
        