body {
    background-color: #e0e0e0;
}

#logo {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
