* {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
footer {
    background-color: #f90c09;
    color: #fff;
}
footer a, 
footer a:link,
footer a:hover,
footer a:visited {
    color: #fff;
}
footer a,
footer a:link {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}