:root {
    --color: #FAFAD2;
    --background: #0000CD;
    --size: 1.4;
    --font: msdos;
    /* --glow: 1 */
    --animation: terminal-blink;
}
@font-face {
    font-family: msdos;
    src: url("https://cdn.jsdelivr.net/gh/jcubic/static/assets/dos-vga.ttf");
}
@media only screen and (max-width: 820px) {
  :root {
  	--size: 1;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
  	--size: 1.5;
  }
}
img{
  height: auto;
  max-width: 90vw;
}
