* body{
    font-family: 'Courier New', Courier, monospace;
}
* a{
    text-decoration: none;
    color: #000000;
}
* a:hover{
    color:  #000000;
    font-weight: 500;
    text-decoration: underline;
}
footer {
        text-align: center;
        padding: 20px;
        background-color: #f8f9fa;
        border: 1px solid #ddd;
}