.selector-for-some-widget {
        box-sizing: content-box;
}
header .container{
        background-color: #FFC670; box-shadow: rgba(0, 0, 0, 0.425) 3px 4px 2px ;
}


body {
        font-family: 'Langar', cursive;
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        background-image: url('../img/bananeiras.jpg'); 
        background-size:cover; 
        background-position: center;
        background-repeat: no-repeat; 
        height: 100vh;
}

.gratuito{
        background-color: #0085FF; 
        width: 20rem;
        height: 45rem;
        padding: 30px;
        align-items: center;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        margin-top: 90px;
        text-align: center;
        min-height: 400px;
}

.plan-card h3 {
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 24px;
        font-weight: bold;
}
.plan-card p {
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 18px;
        margin-top: 45px;
}
.price-badge {
        background-color: #ffec00;
        color: #007bff;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 50px;
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        font-size: 18px;
}
.btn-custom {
        background-color: #007bff;
        color: white;
        border: 2px solid #ff7300;
        border-radius: 50px;
        padding: 10px 30px;
        font-size: 18px;
        text-transform: uppercase;

}
.btn-custom:hover {
        background-color: #ff7300;
        border-color: #007bff;
        color: white;
}





.premium{
        background-color: #0085FF; 
        width: 20rem;
        height: 45rem;
        align-items: center;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        margin-top: 90px;
        
}
.premium.plan-card h3 {
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px;
}
.premium.plan-card p {
        color: white;
        font-family: 'Arial', sans-serif;
        font-size: 18px;
        margin-top: 80px;
}

.premium .btn-custom {
        background-color: #007bff;
        color: white;
        border: 2px solid #ff7300;
        border-radius: 50px;
        padding: 10px 30px;
        font-size: 18px;
        text-transform: uppercase;
}

.premium .btn-custom:hover {
        background-color: #ff7300;
        border-color: #007bff;
        color: white;
}



body{
        background-color: rgb(36, 175, 175);}

        