.work-claim {
    font-size: 36px;
    font-weight: 600;
}

.work-link {
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 576px) {
    .work-claim {
        margin-top: 5%;
        font-size: x-large;
    }
}

.footer-image {
    margin-top: 5%;
    width: 100%;
}

html, body {margin: 0; height: 100%}

.footer {
    z-index: -1;
    position: absolute;
    bottom: 35%;
    width: 100%;
    height: 2.5rem;
}