/* html {
    scroll-behavior: smooth;
} */

.text-uppercase {
    text-transform: uppercase;
}

.border {
    border: 1px solid #333333;
}

.rounded-c {
    border-radius: 2rem;
}

#contactform .column input,
#contactform .column textarea {
    margin-bottom: 1rem !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-left: 15px;
    padding-right: 15px;
}

#contactform .column input {
    border-radius: 2rem;
}

#contactform .column textarea {
    border-radius: 1rem;
    resize: none;
}