:root {
  color-scheme: dark;
  --bg: #212121;
  --accent-bg: #2b2b2b;
  --text: #dcdcdc;
  --text-light: #ababab;
  --accent: #ffb300;
  --accent-hover: #ffe099;
  --accent-text: var(--bg);
  --code: #f06292;
  --preformatted: #ccc;
  --disabled: #111;
}

.me-image {
  
}

@media screen and (max-width:1000px) {
  .me-image {
    width: 100%;
  }
}

@media screen and (min-width:1000px) {
  .me-image {
    clip-path: circle();
    width: 40%;
  }
}

