*{
    box-sizing: border-box;
}

.img{
    height:200px;
    width:200px;
    border-radius: 50%;
    border-color: dodgerblue slateblue steelblue mediumslateblue;
    display: inline-block;
    text-align: center;
    margin-left: 200px;
    margin-top: 17px;
    border-style: solid;
}

.div1{
    border-style: solid; 
    border-width: 4px; 
    background-color:rgba(4, 200, 130, 0.6); 
    min-height: 15em;
    border-color: dodgerblue slateblue steelblue mediumslateblue;;
}

.div2{
    border-style: solid; 
    margin-top: 20px; 
    border-width: 4px; 
    background-color: rgb(235, 234, 234, 0.6);
    border-color: dodgerblue slateblue steelblue mediumslateblue;;
}

.h1{
    font-size: 50px; 
    text-align: left; 
    border-style: solid hidden; 
    margin-right: 170px;
    border-color: dodgerblue slateblue steelblue mediumslateblue; ;
}

p{
    font-size: 18px;
}

.p1{
    padding-left: 15px; 
    border-style: hidden hidden solid hidden; 
    margin-top: 0px; 
    padding-top: 14px; 
    padding-bottom: 5px; 
    border-color: steelblue;
    min-height: 1.4em;
}

.p2{
    padding-left: 15px; 
    border-style: solid hidden; 
    padding-top: 5px; 
    border-color: steelblue;
    min-height: 1.8em;
}

