/* Begin common */

body {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #F0F0F0;
    background-color: #1a1a1f;
}

@media (width < 390px) {
    body {
        display: none;
    }
}

body > * {
    scrollbar-gutter: stable;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #B5B5B5;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #B5B5B5;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #B5B5B5;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #F0F0F0;
}

em {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-variation-settings: "wdth" 100;
}

strong {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.heading_container {
    display: flex;
    width: 100%;
    align-items: start;
}

@media (width < 400px) {
    .heading {
        margin: 1rem 0 1rem 0;
    }
}

@media (width >= 400px) and (width < 800px) {
    .heading {
        margin: 1rem 0 1rem 0.5rem;
    }
}

@media (width >= 800px) {
    .heading {
        margin: 1rem 0 1rem 2rem;
    }
}

.blue_button {
    color: white;
    background-color: #0069D1;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.blue_button:hover {
    color: white;
    background-color: #0059B3;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.blue_button_small {
    color: white;
    background-color: #0069D1;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.blue_button_small:hover {
    color: white;
    background-color: #0059B3;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.gray_button {
    color: #F0F0F0;
    background-color: #1B1B23;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.gray_button:hover {
    color: #F0F0F0;
    background-color: #292938;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.gray_button_small {
    color: #F0F0F0;
    background-color: #1B1B23;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.gray_button_small:hover {
    color: #F0F0F0;
    background-color: #292938;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.gray_button_small_selected {
    color: #F0F0F0;
    background-color: #292938;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.red_button {
    color: white;
    background-color: #D1003F;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.red_button:hover {
    color: white;
    background-color: #9C002F;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.red_button_small {
    color: white;
    background-color: #D1003F;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.red_button_small:hover {
    color: white;
    background-color: #9C002F;
    text-align: center;
    border: none;
    border-radius: 6px;
    padding: 0.33rem;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/* End common */
