     .container{
        width: 80%;
        position: relative;
        margin-left: 10px;
        margin-top: 10px;
        text-align: justify;
            
    }
    img {
        top: 10%;
        width: 100%;
        position:relative;
    }
    
        h1{
            font-size: 45px;
            line-height: 60px;
            text-align: center;
         
        }
        h2{
             font-size: 30px;
        }
   
     h3{
        color:#ff0000;
      
    }
    p{        
        font-size: 18px;
        font-family:sans-serif;
        line-height: 25px;
      
    }
