

.present 
    {p, h2, h3 {text-align:center;}
h1 {color:red; text-align:center;}
h4 {color:rgb(90, 11, 78); font-style: italic; font-size: 1 em;}
        
     font-size: 120%; 
      
      width: 80%; 
      margin-left:auto; margin-right: auto; margin-top: 40px;
      padding: 10px;
      border: 5px red double ;
      border-radius: 10px;
      color: rgb(10, 36, 15);
      text-align: justify;
      background-color: rgb(171, 224, 189);
      
    }
