
#whole{   
    text-align:center;
 }
 #head{
     font-family:'Handjet', cursive;
     font-size: 60px;
     text-align: center;
     padding-top: 100px;
 }
 
 body{
   background-color:bisque;
   
 }
 *{ box-sizing: border-box;
   }