body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3 !important;
}

ol {
    list-style-type: decimal !important;
    padding-left: 1em !important;
}

ul {
    list-style-type: disc !important;
    padding-left: 1em !important;
}

.stretchToScreen {
    width: 100vw;
    height: 100vh;
}

.bg-caw {
    background-color: #f7f3eeff !important;
}

.bg-caw-md {
    background-color: #f5f5f5 !important;
}

.bg-caw-to-t {
    background: #F7F3EEFF;
    background: linear-gradient(0deg, rgba(247, 243, 238, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
    margin-bottom: -1px !important;

}

.bg-caw-to-b {
    background: #F7F3EEFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0% , rgba(247, 243, 238, 1) 100%) !important;
    margin-top: -1px !important;

}

.bg-caw-glass {
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.32);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
}