.header {
  width: 100%;
  border-image-source: none;
  border-color: rgb(0, 0, 0);
  padding: 20px 0px;
  height: 100px;
  background-image: none;
  background-color: rgb(98, 224, 161);
}
.header-div {
  text-align: center;
  font-size: 40px;
  font-family: Georgia;
}
 .header-logo {
   width: 90px;
   height: 90px;
   vertical-align: middle;
}
