#head {
    background: #000000;
}

#head h1 {
  font-size: 5em;
  padding: 0 0px 10px 0.667em;
}

#head h1::before {
    background-image: url('/favicon.ico');
    background-size: 90px 90px;
    display: inline-block;
    width: 90px;
    height: 90px;
    content: "";
    margin: 0px 10px -20px 0px;
}
