.text-medicine{
    color: #97c93e !important;
}
.btn-medicine{
    background-color: #97c93e;
    color: white;
}
.btn-medicine:hover{
    background-color: #82ad36;
    color: white;

}
#footer{
    background: linear-gradient(90deg, #1c3643,#273b47 25%, #1e5372);
}

#footer a{
    color: white;
}

#header img{
    width: 50px;
}

main .carousel-inner img {
    max-height: 120vh;
    object-fit: cover;
    filter: grayscale(40%);
}

#carousel {
    position: relative;
}

#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#carousel .overlay .container,
#carousel .overlay .row {
    height: 100%;
}

#place {
    background-color: #343a40;
    color: white;
}
#place img{
    max-width: 100%;
}

@media (max-width: 415px) {
    main .carousel-inner img {
        height: 100vh;
        filter: grayscale(10%);
    }
}