body{
    width:1000px;
    margin:auto;
    position:relative;
}
.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}
#header{
    display:inline-block;
    width:990px;
    background-color: #cbd2f3;
    padding: 5px;
    height:70px;
}
#logo {
    font-size: 40px;
    display:inline-block;
    width:126px;
    color: #2f49ce;
    /*background-color: white;*/
}
#logo:hover {
    color:white;
}
#log {
    float:right;
    display:block;
    margin:auto;
    width:100px;
    height:70px;
}
a {
    color: inherit;
    text-decoration: none;
}