

body{
    background-color:#fff;


}
.logo{
    max-width: 100%;
    height: auto;
}
.txt{
    margin-right:12%;
}
.nav-link:hover{
    border:1px solid rgba(255, 255, 255, 0.466);
}
.dropdown-menu{
    border: none;
    background-color:rgb(1, 1, 65); 
}
.dropdown-item{
    text-align: center;
    color:rgb(211, 209, 209);
}
.dropdown-item:hover{
    background-color: rgba(243, 215, 188, 0.459);
}
.footer{ 
    margin-top: auto;
    background-color: rgb(1, 1, 65);
    border: 10px solid rgb(1, 1, 65);;
    
}
.life-img{
    margin-top: 70%;
}
.details{
    margin-left:12%;
}

.sayings{
    text-align: justify;
}

