html, body {
    height: 100svh;
    margin: 0;

    background-image: url('res/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;

    font-family: 'Ubuntu', sans-serif;
}

.text {
    color: #ffffff;
    line-break: auto;   
    line-height: 0.8em;
}

.rules-wrapper {
    max-width: 400px !important;
    width: 100% !important;
}

.rules {
    background-color: #fafdc7;
    border-color: #ababab;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin: 20px;
}

.centered {
    width: 100%;
    max-width: 100vh;
    text-align: center;
    font-size: x-large;
    color: #404037;
    line-break: auto;
}

.footer {
    display: flex;
    align-items: flex-end;
}

.contact {
    margin: 0em 1em 0.5em 0em;
    font-size: x-small;
}

.image-wrapper {
    box-sizing: border-box;
    height: 100svh;
    width: 100%;
    max-width: 100vh;
    margin: auto;
}

.wrapper {
    box-sizing: border-box;
    height: 100svh;
    display: flex;
    flex-direction: column;
    padding: 3% 3% 1% 3%;
}

.fixed-height {
    flex-grow: 0;
    flex-shrink: 0;
}
.variable-height {
    flex-grow: 10;
}
.spacer {
    flex-grow: 1;
}

.center-row {
    width: 100%;
    max-width: 50vh;
    margin-left: auto;
    margin-right: auto;
}

.centerer {
    text-align: center;
}

.align-right {
    text-align: end;
}

#sheets {
    max-width: 40vh;
    max-height: inherit;
    height: inherit;
    width: inherit;
    object-fit: contain;
}

#stamp {
    width: 33.3%;
    max-width: 16.7vh;
    height: auto;
    padding-right: 3vh;
    margin-top: -4vh;
}

.ml-form-embedWrapper {
    background-color: transparent !important;
}

.ml-form-successContent {
    background-color: #fafdc7 !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

#cbg-logo {
    height: 10vh;
    width: auto;
}

.privacy-policy {
    font-family: 'Ubuntu', sans-serif;
    color: #ffffff;
    background-color: #404037;
    padding: 3%;
    margin: 3%;
    border-radius: 10px;
}

a {
    color: inherit;
}