.img-box{
    text-align:center !important;
    margin:30px 30px 0 30px !important;
    
}
.card-img-top{
    border-radius: 0px !important;
}
.card{
    color:white !important;
    background-image: linear-gradient(to right,rgb(219,201,163),rgb(65,83,82)) !important;
   
}
body{
    background-color: rgb(28,52,60) !important;
}
h1{
    color: white !important;
}
.btn{
    border-color: gray !important;
    background-color: rgba(197, 196, 196, 0.225) !important;
}