.aboutchris {
  display: block !important;
  margin: 0 auto !important;
  width: 250px !important;
  height: 250px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --background: #ffffff;
    --text: #42444a;
    --link: #8B6914;
    --link-hover: #5c4510;
    --accent-1: #f9f5ee;
    --accent-2: #e8d9bc;
    --accent-3: #a08040;
    --highlight: #f0e6cc;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --background: #20232a;
    --text: #f7f7f7;
    --link: #c9963a;
    --link-hover: #e8b86d;
    --accent-1: #3d4149;
    --accent-2: #53565d;
    --accent-3: #d4b87a;
    --highlight: #53565d;
  }
}

footer {
  border-top: 1px solid var(--accent-2) !important;
  padding-top: 20px !important;
}