.R {
  font-family: 'Fredoka One', cursive; 
  font-size: 16px; 
  color: #FF0084; 
  text-shadow: 2px 2px #d5006b, 4px 4px #aa0055, 6px 6px #800040;
  text-transform: uppercase;
}
.BB {
  width: 90px;
  height: 11px;
  background-color: #333;
  padding: 10px;
  background-image: repeating-linear-gradient(
    45deg,
    #ff6b6b, 
    #ff6b6b 10px,
    #feca57 10px, 
    #feca57 20px,
    #1dd1a1 20px,
    #1dd1a1 30px,
    #48dbfb 30px, 
    #48dbfb 40px
  );
  box-shadow: 0 0 15px #feca57,
    0 0 25px #48dbfb, 
    0 0 35px #ff6b6b;
  font-family: fantasy;
  font-size:12px;
  color:white;
  text-transform: uppercase;
}
.F {
  font-family: 'Burbank', sans-serif; 
  font-size: 16px; 
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff; 
  text-shadow: 
    -2px -2px 0 #000, 
    2px -2px 0 #000, 
    -2px 2px 0 #000, 
    2px 2px 0 #000, 
    4px 4px 0 #007bff; 
  text-transform: uppercase;
}
.GI {
  font-family: sans-serif;
  border: 1px solid #c8ab65;
  background-color: #0b1126;
  color: #ffffffff;
  padding:0.5rem;
  width:104px;
  font-size: 12px;
  text-transform:uppercase;
}
h1 {
  color:white;
}
h3 {
  color:white;
}
h2 {
  color:white;
}
p {
  color:white;
}
body {
  background-color:black;
}
.WORST {
  color:red;
  text-transform: uppercase;
  padding:1rem;
  font-family:fantasy;
  text-decoration:underline;
}
h5 {
  color:white;
}
.W {
  color:white;
}