body{
    font-family: "Poppins", sans-serif;
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
    h1{font-size: 24px;}
}

a{color: #02538A; text-decoration: underline;}

footer{text-align: center; font-size: 12px; position: fixed; bottom: 0; width: 100%;}