.footer {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer p {
    font-size: 20px;
    font-weight: lighter;
}