#footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer a {
    color:indianred;
    font-size: 18px;
    padding: 20px;
    text-decoration: none;
}

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

#footer p {
    font-size: 18px;
    padding: 20px;
}