/*FONTS*/

/*BODY*/
  html{
    width:100%;
    height:100%;
  }
  
  body {
    height:100%;
    background-color: black;
    color: orange;
    font-family:monkey;
  }
      
  #contentWarning {
      border:2px solid goldenrod;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align:center;
      width:100%;
      height:100%;
  }