body {
    background-color: #323232;
    color: #f5f5f5;
    padding: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (prefers-color-scheme: light) {
  body, #header {
    background: #f5f5f5 !important;
    color: #323232 !important;
  }
}

#header {
  background-color: #323232 !important;
  position: fixed;
  top: 0;
  right: 0;
}