/* -----------
   H E A D E R
   -----------*/

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  color: darkgray;
  z-index: 10;
  backdrop-filter: blur(15px);
  background: #fffb;
}

header img {
  height: 60px;
  margin-top: 5px;
  margin-left: 20px;
  cursor: pointer;
}
