@font-face {
  font-family: "Griim";
  src: url('../../Content/Fonts/Griim\ Font.ttf') format('truetype');}
@font-face {
  font-family: "The Wall";
  src: url('../../Content/Fonts/zalgo.ttf') format('truetype');}
@font-face {
  font-family: "S";
  src: url('../../Content/Fonts/Truth.ttf') format('truetype');}
@font-face {
  font-family: "Pain";
  src: url('../../Content/Fonts/Solong.ttf') format('truetype');}
@font-face {
  font-family: "Edge";
  src: url('../../Content/Fonts/TheLost.ttf') format('truetype');}
  
  body {
    background:black;
    color: red;
    font-size:50px;
    font-weight:bolder;
  }
    
  .L {
    font-family:"Edge";
    color: rgb(35, 3, 84);
  }
  .P {
    font-family:"Pain";
    color: rgb(0,0,200);
  }