body{
    background-color: lightgray;
}
img{
    float: left;
    width: 1400;
    border-radius: 100px;
    border-style: solid;
    
}
div{
    clear: both;
    margin-bottom: 40px;
}
p{
background-color: gray;
    font-size: 50px;

}
.p2{  background-color: gray;
    font-size: 100px;
    margin: 20px;
    float: right;
    width: 1000px; 
    height: 1000px; 
}
    
.p4{
     
    clear: both;
    margin: 20px;
    width: 1000px;
    height: 80px;
}
.ih{
    width: 500px;
    height: 70px;
}
a{
    font-size: 50px;
    background-color: gray;
    width: 700px;
    height:700px;
    margin: 20px;
    float: none;
}
h1{
    color: rgb(76, 175, 132);
    background-color: rgb(221, 230, 217);
    border-radius: 100px;
    text-align: center;
    font-size: 100px;
}
