footer {
    background-color: #5d5d5d;
    border-radius: 5px 5px 0 0;
    margin-top: 15px;
    color: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.email {
    margin-right: auto;
}