body{
    background-image: url(./images/img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
nav{
    background-color: #E5E5E5;
    padding: 10px 50px; 
}
nav >li{
    display: inline;
    float: right;
    margin-top: 50px;
    margin-left: 70px;
    position: relative;
    text-decoration: none;
    line-height: 10px;
}
nav > li >a:hover{
    padding: 5px;
    background-color: #CFD3CE;
    border-radius: 5px;
 
}
nav >img{
    height: 70px;
    width: 70px;
    margin-left: -5px;border-radius: 40px;
    margin-top: 0px;
    padding-top: 2px;
    border-radius: 50px;
}
nav >h3{
    float: right;
    margin-right: 240px;
    line-height: 10px;
    display: inline;
    position: fixed;
}
.det{
    display: flex;
    margin: 50px;
}
#details1 >p{
    margin-left: 5%;
    padding-left: 600px;
    padding-top: 15px;
}
#details >p{
    margin-left: 5%;
    padding-top: 15px;
}
footer{
    padding: 10px;
    background-color: #E5E5E5;
}
footer >p{
    text-align: center;
}