.card {
    background: rgb(255, 255, 255) !important;
    border: 5px solid white !important;
    border-radius: 15px !important;
}
.fundo {
    background-image: linear-gradient(to right, rgb(47, 188, 47) , rgb(0, 203, 169));
}

.texto-melhores-destinos h1 {
    padding-top: 80px;
    font-family: "inter-medium";
    font-size: 60px;
    color: rgb(47, 188, 47);
}
.texto-melhores-destinos p {
    font-family: "inter-medium";
    font-size: 20px;
    color: black;
}
.card-img-top {
    border-radius: 10px;
}
body {
    background-color: #f2f2f2;
}

.navbar-destinos {
    background-color: #ffff;
}