.block-4 {
    display: block;

    width: 100vw;

    background-color: #f3f3f3;

}

.footer-links {
    position: relative;
    display: flex;
    list-style-type: none;
    gap: 30px;
    padding-top: 3vh;
    justify-content: center;
}

.footer-linker {
    text-decoration: none;
    color: #434343d7;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: .9em;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.social-links {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    gap: 30px;
    color: #434343d7;
}

.copywrite {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    color: #4343436b;
    font-size: .7em;
}

@media screen and (max-width: 700px) {


    .footer-linker {

        letter-spacing: 1px;

    }

}