body, body a {
      font-family: "Comic Sans MS", cursive, sans-serif;
      text-align: center;
      color: #3b2869;
      background-color: #8d6dd6;
    }
    
h1 {
      font-size: 55px;
    }
    
h2 {
      font-size: 45px;
    }
    
h3 {
      font-size: 35px;
    }
    
a, p {
      font-size: 20px;
    }
    
.hidden, p.hidden {
      color: #8d6dd6;
    }
    
.italic {
      font-style: italic;
    }
    
.bold {
      font-style: bold;
    }
    
.underline {
      text-decoration: underline;
    }
    
.fat {
      font-size: 100px;
    }