/*#region fonts*/

@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');}
@font-face {
  font-family: "Toben";
  src: url('../../Content/Fonts/Sealed.ttf') format('truetype');}
  
  /*#endregion*/
  
  /*#region Loose stuff*/
  
  
  #Bg video {
    min-width: 105%;
    min-height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-33%);
    z-index: -1;
  }
  
  body {
    /*background-image: url('OIG2.jpeg');
    background-repeat: no-repeat;
    background-size: cover; */
    font-family: Griim;
  }
  
  /*#endregion*/
  
  /*#region return button*/
  
  #LeaveIfYouWantYoureLookingAtYourself {
    z-index: 2;
    top: 0;
    position: fixed;
    left: 0;
  }
  
  /*#endregion*/
  
  /*#region The voices*/
  
  #THE_VOICES {
    z-index: 4;
    position: absolute;
    /*top: 120px;*/
    left:300px;
    
  }
  
  .TheCursed {
    /*background-color: rgba(0, 0, 60, 0.8);*/
    font-family: "Griim";
    color: rgb(40, 40, 40);
    border-radius:30px;
    font-size: 40px;
    font-weight: bolder;
    border: none;
  }
  .TheForsaker {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    font-family: "S";
    color: rgb(214,0,0);
    border-radius: 30px;
    font-weight:bolder;
    font-size: 35px;
    border:none;
  }
  .ThePhantasmagoria {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    font-family: "Pain";
    color: rgb(0,0,200);
    border-radius: 30px;
    font-weight:bolder;
    font-size: 34px;
    border:none;
  }
  .TheLost {
    font-family: "Edge";
    color: rgb(35, 3, 84);
    border-radius:30px;
    font-weight:bolder;
    font-size:34px;
    border:none;
  }
  .TheSealed {
    font-family: "Toben";
    color: rgb(255, 204, 0);
    border-radius:30px;
    font-weight:bolder;
    font-size:34px;
    border:none;
  }
  
  .C {
    font-family: "Griim";
    color: rgb(40, 40, 40);
    border-radius:30px;
    font-size: 40px;
    font-weight: bolder;
    border: none;
  }
  
  .F {
    font-family: "S";
    color: rgb(214,0,0);
    border-radius: 30px;
    font-weight:bolder;
    font-size: 35px;
    border:none;
  }
  .P {
    font-family: "Pain";
    color: rgb(0,0,200);
    border-radius: 30px;
    font-weight:bolder;
    font-size: 34px;
    border:none;
  }
    .L {
    font-family: "Edge";
    color: rgb(35, 3, 84);
    border-radius:30px;
    font-weight:bolder;
    font-size:34px;
    border:none;
  }
    .S {
    font-family: "Toben";
    color: rgb(255, 204, 0);
    border-radius:30px;
    font-weight:bolder;
    font-size:34px;
    border:none;
    }
  /*#endregion*/
  