body {
    margin: 0 auto;
}
.silvanobanner {
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: 33vh;
}

h1,h2,h3,h4,h5,h6, card-title, .customtitle {
    color: rgb(124,23,16);
    font-variant: small-caps;
    /* color: rgb(80,10,5); */
    /* color: rgb(58,6,3); */
    /* color: rgb(42,3,3); */
    /* color: rgb(24,1,1); */
}

h1, form > div {
    margin-top: .5em;
}