@font-face {
  font-family: "Billo";
  src: url('https://rava3.neocities.org/fonts/BILLO.ttf');
  }
@font-face {
 font-family: "Annie";
 src: url('https://rava3.neocities.org/fonts/Annie.ttf');
  }


body{
  background-color:#660020;
  }
  
  .header{
    text-align: center;
    color: #ffffe6;

    }
    
    .p1,
    .p2,
    .p3{
      background-color:#ffffe6;
      color:#660020;
      margin: 20px;
      padding: 10px;
      width: 300px;
      font-family: Annie;
      }
      
      .p1{
         width: 285px;
        }
        
        .p2{
          width:175px;
          }
          
          .p3{
            width: 150px;
            }