/* BUTTON CARROUSEL*/
input, input[type="submit"], input[type="reset"] {
    background: none !important;
    color: inherit !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
    outline: inherit !important;
}

input[type="text"], input[type="reset"] {
    background: white  !important;
}

main{
    scroll-behavior: smooth;
}
