h3{
    font-size: 1.2em;
}
body{
    background-color: rgb(255, 236, 194);
    font-style: italic;
}
/* Main Styles */

#main-content{
    margin-top: 30px;
}


/* Common Styles to all Blocks */

.block{
    background-color: white;
    border: 4px solid orange;
    box-shadow: 7px 7px 10px black;   
    margin-bottom: 30px;
    height: auto;
}
.block p{
    padding-top:10px;
    margin-top: 5px;
}
.block img{
    width: 100%;
    height: auto;
}

.block>h3{
    padding-top: 10px;
    font-weight: 700;
}
/* Individually Block Styles */


/* Certificate Heading Style  */

#certificate{
    margin-top: 50%;
    font-size: 1.7em    ;
    border: 4px solid darkorange;
    background-color: rgb(255, 166, 71);;
    box-shadow: 5px 5px 10px black;
}

#certificate1{
    font-size: 1.7em    ;
    border: 4px solid darkorange;
    box-shadow: 5px 5px 10px black;
    margin-bottom: 40px;
    background-color: rgb(255, 166, 71);;
}
/* Footer */

footer{
    background-color: black;
    color: white;
    line-height: 2;
    padding-top:15px;
 
}
footer p{
    padding-bottom: 20px;
    margin-bottom: 0;
    font-style: italic;
}

#email{
    color:rgb(166, 176, 255);
}


@media (min-width:992px) and (max-width:1199px){
    #certificate_block1{
        padding:0px;
    }

}


@media (min-width:768px) and (max-width:991px){
    #certificate_block1{
        padding:0px;
    }
}

@media (max-width:575px){
    #certificate_block1{
      padding:0px;
  }
}