@import url('https://fonts.googleapis.com/css?family=REM') ;
@import url('https://fonts.googleapis.com/css?family=Nothing You Could Do');
@import url('https://fonts.googleapis.com/css?family=Flow Rounded');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
body {
  background-color: #000000;
  color: red;
  font-family: 'REM';
  image-rendering: pixelated;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  margin-left: 5%;
  text-align: center;
  line-height: 45px;
  
  p.a {
  font: 30px 'Rubik Mono One' ;
  
}

  p.b {
  
  font: 15px 'REM' ;
  line-height: 22px;
}
  p.s {
    font: 13px 'Flow Rounded';
    color: #4F0000;
     line-height: 23px;
  }
  p.sh {
    font: 30px 'Flow Rounded';
     color: #4F0000;
  }
}