@media (prefers-color-scheme: light) {
  .theme.adaptive {
    background-color: #e8e6e3;
    color: #181a1b;
  }
}

.theme {
  background-color: #181a1b;
  color: #e8e6e3;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

video {
  width: 80%;
  margin-left: 10px;
}

#vidsrc {
  display: flow;
  margin-bottom: 100px;
}
