header img {
    height: 150px;
    float: right;
    margin-top: 10px;
    margin-right: 10px !important;
}
header {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
height: 100px;
}

footer{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    height: 40px;
}
body{
    background-color: rgb(189, 188, 188);
    color: rgb(0, 0, 0);
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
ul{
    list-style: none;
}
footer div {
    margin-top: auto;
    margin-bottom: auto;
}
.italic {
 font-style: italic;
}