@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Noto+Sans&family=Roboto&family=Source+Code+Pro&display=swap');

body {
  font-family: 'Noto Sans', 'Segoie UI', 'Calibri', sans-serif;
  color: #ccd;



  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  background:black;
  background:rgba(0,0,0,0.2);

}

html {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
}

::-webkit-scrollbar { width: 8px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #646464;}
::-webkit-scrollbar-track-piece { background-color: #000;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #646464;}
::-webkit-resizer { background-color: #666;}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', 'Impact', sans-serif;
}



code {
  font-family: 'Source Code Pro', monospace;
}

a[href] {
  color: #cf4060;
}

a[href]:visited {
  color: #cf4060;
}

img {
  max-width: 360px;
}

.spacer {
  height: 200vh;
}

.doge::after {
  content: '';
  display: inline-block;
  margin: 0px 4px;
  height: 24px;
  width: 24px;
  transform: translateY(4px);
  background-image: url('https://cdn.discordapp.com/attachments/858481527934681118/958768148268589076/unknown.png');
  background-size: cover;
}