body {
    font-size: 1.2rem !important;
    background-color: #FFFFFF !important;
    color: #493627 !important;
    background-image: url("/img/konfetti_backround.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6500px;
}
.navbar {
   background: #ba1124;
   height: 5rem;
}
.btn-primary, .btn:hover {
    background: #ba1124;
    border: 0;
}
.container {
    margin-top: 6rem !important;
}
h2 {
    font-family: 'LithosProBold';
}