html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.main {
    background-image: url(../img/background-image.png);
    background-repeat: no-repeat;
}

.form-footer p {
    font-size: 10px !important;
    text-align: center;
    color: #000;
}

.form-footer a {
    color: #f59015 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}