.bg-body {
    background-image: url("../nescafe/back_4.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    object-fit: cover;
    min-height: 100vh;
}


.btn-nescafe{
    background-color: #7e360d;
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #7e360d;
}

.form-control {
    font-size: 1.8rem!important;
}