:root {
  --border-double:6px double #460707;
  --padding-main: 3%;
}
@font-face {
  font-family: 'fontsncss';
  src: url(/fontsncss/poti.ttf);
}
@font-face {
  font-family: 'fontsncss2';
  src: url(/fontsncss/cute_notes-webfont.woff);
}
@font-face {
  font-family: 'fontsncss3';
  src: url(fontsncss/VCR_OSD_MONO_1.001.ttf);
}

body {
  background: url(images/hate.png) no-repeat fixed;
  background-size: cover;
  background-color: rgb(79, 66, 52);
  color: #ffffffe1;
  font-family: fontsncss3;
  font-size: 1.2rem;
}
