

@font-face {
  font-family: "vcr";
  src: url("../fonts/VCR_OSD_MONO_1.001.ttf");
}

.delete{

  text-decoration: line-through
}

body{
  background: black;
  font-family: "vcr";
  color:rgb(0, 100, 0);
}

a{
  color:rgb(0, 100, 0);

}

ul{
list-style-type: square;

}
