.full-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

footer {
    background-color: white;
    padding: 2%;
}

.footer-header {
    font-weight: normal;
    padding-bottom: 1%;
}

.email {
    color: black;
}