.body{
    background: skyblue;
}

.header{
    font-size: 20px;
    float: right;
    margin-top: -35px;
}
.img{
    height: 30px;
    float: left;
}

.img2{
    height: 200px;
    border-radius: 200px;
   
    
}
.nav{
    height: 30px;
    background: gray;
    margin-top: 50px;
}

.nav ul{
    border: solid none;
    width: 100px;
    background: gray;
    list-style-type: none;
    position: none;
    overflow: none;
    margin-top: -1px;
}

.nav a{
    text-decoration: none;
    margin-left: -50px;
    color: black;
    font-family: monospace;
    font-size: 16px;
    
}

.nav li{
    float: none;
    background: none;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
}

.nav a:hover{
    background: white;
}


.para{
    border: solid gray;
    background: white;
    position: none;
    font-family: monospace;
    margin-top: 14px;
    font-size: 14px;
    text-align: left;
    margin-left: 155px;
}

.para2{
    margin-right: 20px;
    margin-left: 20px;
    
}

.para3{
    margin-right: 20px;
    margin-top: -20px;
    margin-left: 20px;

}



.child{
    border: solid none;
    background: white;
    position: none;
    font-family: monospace;
    margin-top: 14px;
    font-size: 14px;
    text-align: left;
    margin-left: 14px;
    margin-right: 14px;
}

.home{
    margin-left: 90px;
}

