HEADER {
    height: 100px;
    padding: 1.5rem 0px;
}
footer {
    top: -380px;
}
    header:hover ~ footer, footer:hover {
        top: 145px;
        transition: top 0.3s ease-in-out;
    }
.homepage > DIV {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1.61fr;
}
.paragraph {
    flex-direction: column;
}
    .paragraph > DIV {
        width: 100%;
    }
    .paragraph > DIV:first-of-type {
        width: 100%;
    }
.button {
    margin: 2rem 0rem;
    padding: 0.75rem 4rem;
    font-size: 2rem;
}
footer {
    flex-wrap: wrap;
}
.footerTab {
    font-size: 2rem;
    padding: 1em;
    border-bottom: 2px solid #666;
}
