header, footer {
    text-align: center;
    background-color: green;
    color: white;
    padding: 1rem;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
}
