
body{
    background: linear-gradient(to right, #000000, #1e3b70);
}
/* .content{
    width: 100%;
    height: 100%;
    color: white;
    position: relative;
}
.first p ,h3{
    width: 60%;
    text-align: center;
}
.second p{
    width: 70%;
   margin: 20px 5px;
}
.second{
    display: flex;
    margin: 50px 50px;
 
}
.second-content{
width: 90%;
margin-left: 50px;
} */
.content img{
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
    border-radius: 10px; 
}
.header .navbar .navbar-nav .aboutus {
    color:rgb(235, 184, 184) !important;
}
.content{
color: white;
width: 70%;
margin-left: auto;
margin-right: auto;
}
.first{
text-align: center;
}
.second{
margin-bottom: 1rem;
display: flex;
}







































/* .grid-box{
    padding: 2rem;
    display: grid;
    height: auto;
    position: relative;
}
body{
    color: white;
}
.first{
position: absolute;
bottom: 100%;
}
.heroo-section{
    position: relative;
    width: 100%;
}
.foooter-box{
    position: absolute;
    height: 10vh;
    width: 100%;
    background-color: transparent;

}
.dropdown-menu a:focus, .dropdown-menu a:active {
    outline: none;
    color: rgb(235, 184, 184); 
    background-color: transparent; 
    box-shadow: none; 
} */
