#footer-element {
    font-family: 'bebas neue', sans-serif;
    background-color: black;
    background-image: url(../images/kevin-yudhistira-alloni-sol7vhs8Pdg-unsplash.jpg);
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}

.footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 50px;
}

.footer-widgets h2 {
    font-size: 28px;
    color: var(--white);
    font-weight: 200;
    margin: 10px auto 5px auto
}

.footer-widgets p {
    font-size: 20px;
    color: var(--primary);
    margin: 0;
}

.footer-widget {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.footer-widget ul {
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 20px auto;
    font-size: 26px;
}

.footer-widget a {
    color: var(--primary);
    text-decoration: none;
}

.footer-widget a:hover {
    color: var(--hover-effect);
}

.footer-widget label {
    color: var(--white);
    font-size: 28px;
    margin: 10px 2px;
}

.footer-widget input,
button {
    margin: 15px 2px;
}

.footer-widget img {
    margin: 25px;
}

.footer-widget .wp-block-social-link svg {
    width: 40px;
    height: 40px;
}

.footer-widget .wp-block-social-link a {
    color: var(--white);
}

.footer-widget .wp-block-social-link svg {
    fill: currentColor;
}

.footer-widget .wp-block-social-link a:hover {
    color: var(--hover-effect);
}