*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
body {
    background: rgb(55, 111, 112) !important;
    color: white !important;
    padding-top: 100px;
}
li a {
    color:  white !important;
}
/* img {
    width: 60%;
} */
.doct-image {
    width: 100%;
}
.form-floating{
    color: rgb(182, 153, 38);
    
}

.form-control, select {
    margin-bottom: 10px;
}

.carousel-item{
    padding: 7% 12%;
}

.navbar {
    background-color: rgb(15, 72, 73);
}

/* .car-image {
    width: 200px;
    height: 200px;
} */