.header{
    z-index: 4 !important;
}
.Services{
    color:rgb(235, 184, 184) !important;
}
.dropdown-menu{
position: absolute;
z-index: 3;
}
.dropdown-menu a:focus, .dropdown-menu a:active {
    outline: none;
    color: rgb(235, 184, 184); 
    background-color: transparent;
    box-shadow: none; 
}
body{
    color: white;
}
.textbox{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 83vh;
}
.first-box-image{
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}
.first-box-image img{
    border-radius: 20px;
} 
.first-box-image{
    padding-top: 2rem;

   }
.first-box:hover{
    transform: scale(1.1);
    opacity: 0.9;
    transition: 400ms;
}
.first-box{
    margin-top: 2rem;
}