section{
    
}
body{
    background-color: brown;
}

.mmm{
    height: 800px;
    width: 200px;
    border: solid;
    background-color: aqua;   
}
.ppp{
    color: white;
}
.ooo{
    margin-left: 400px;
    display: inline-block;
    color: #fff;
    height: 100px;
    top: 50px;
    margin-top: -900px;
    

    
    
    
}
hr{
    width: 1000px;
}
.s{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-left: 20px;   
}
h1{
    background-color: blue;
}
.mmm p 
{
    padding: 20px;
    margin-left: 20px;
}
.mmm p a{
    text-decoration: none;
}




