body {
  background-color: black;
  color: hotpink;
  font-family: 'Comic Relief', Comic Sans MS;
  
  @font-face :
  font-family: 'Comic Relief';
  src: url('fonts/ComicRelief-Regular.ttf') format('truetype'),url('fonts/ComicRelief-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
  font-family: 'Comic Relief', Comic Sans MS;
}
