* {
    padding: 0%;
    margin: 0%;
}

/* about us suggetion */
.bg-col {
    background-color: rgb(248, 141, 141) !important;
}

/* Custom button color */
.bg-but {
    background-color: rgb(151, 243, 151) !important;

    /* Text color */
    border: none;
}

/* Hover effect - lighter shade */
.bg-but:hover {
    background-color: rgb(180, 255, 180) !important;
    color: #000;
}
.bg-col:hover {
    background-color: rgb(247, 160, 160) !important;
    color: #000;
}

/* Optional: Disable Bootstrap's default focus/active shadow */
.bg-but:focus,
.bg-but:active {
    box-shadow: none !important;
    background-color: rgb(151, 243, 151) !important;
}