body {
    background-color:darkred;
    font-family: 'Times New Roman';
    color:azure;

}

header {
    text-align: center;
    border-top: 8px solid white;
    border-bottom: 8px solid white;
    padding: 16px 8px;
}

footer {
    border-top: 8px solid white;
    margin-top: 100px;
}