header{
    font-size: 20px;
    width: 100%;
    height: 55px;
    background-color:Maroon;
    text-align: center;
    color: white;
}

body {
    background-color: Green;
    text-align: center;
    font-weight: bold;
}