
html {
    font-size: 16px;
}

html * {
    /*font-family: "Rethink Sans", sans-serif;*/
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background: linear-gradient(90deg, #61BFE9, #C2EDFD);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    background-color: var(--bs-light)!important;
}

.main.container {
    flex: 1;
}

footer {
    background-color: var(--bs-light)!important;
}

div.container {
    background-color: var(--bs-light)!important;
}

