@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    container-type: inline-size;
    container-name: body;
    min-height: 100vh;
    background-image: url("./static/allDay.svg");
    background-size: cover;
}

s {
    text-decoration-thickness: 0.2rem;
}

.content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 88px);
}

.copy_holder {
    display: flex;
    flex-direction: column;
    max-width: 2000px;
    width: 100%;
}

.copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.copy_main {
    display: flex;
    flex-direction: column;
}

.copy_section {
    width: 100%;
    align-items: center;
    padding-top: 2rem;
}

.hero_copy {
    width: 350px;
}

.hero_sub_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hero_copy_sub_holder {
    display: flex;
    flex-direction: column;
}

.hero_copy_sub {
    display: flex;
    min-width: fit-content;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    justify-content: center;
    padding: 0 1rem 0 1rem
}

.copy_additional {
    display: flex;
    flex-direction: column;
    padding: 3rem 0rem 3rem 0rem;
}

.hero_copy_note {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: italic;
    font-size: 2.5rem;
    margin-top: 1rem;
}

.def_holder {
    width: 300px;
}

.def_section {
    margin: 0.8rem 0 0.8rem 0;
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    font-variation-settings: "wdth" 100;
}

.def_sub {
    margin-left: 1rem;
}

.you_in_holder {
    display: flex;
    width: 100%;
    max-width: 2000px;
    justify-content: center;
}

.you_in {
    display: flex;
    flex-direction: column;
    width: max-content;

}

.you_in_section {
    display: flex;
}

.launch_window {
    justify-content: center;
    padding-bottom: 1.5rem;
    & .launch_time {
        padding: 6px 9px 6px 9px;
        color: white;
        background-color: black;
        font-size: 1.2rem;
    }
}

.you_in_text {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.you_in_top {
    align-items: center;
    flex-direction: column;
}

.you_in_bottom {
    align-self: end;
}

.you_in_hint {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

#join-up {
    display: flex;
    border: 4px;
    border-color: black;
    border-style: solid;
    border-radius: 11px;
    height: 3rem;
    width: 20rem;
    justify-content: center;
    text-align: center;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    transition: ease-in-out 0.2s;
}

.start:hover {
    box-shadow: inset 0 0 0 2px black;
}

.good:hover {
    box-shadow: inset 0 0 0 2px green;
    scale: 1.06;
    
}

.bright {
    color: orange;
}

#join-up:focus {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    border: 4px;
    border-color: white;
    border-style: solid;
    outline: none;
    scale: 1.03;

}

.lil_preview {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 3rem 2rem 0 2rem;
}

.hlpoot {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    justify-content: center;
    align-items: center;
}

.oot_image {
    display: flex;
    border-radius: 20px;
    height: 28rem;
    border: 14px;
    border-style: solid;
}

.preview_text {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.preview_label {
    padding-top: 1rem;
    font-size: 1.5rem;
}

.preview_label_amount {
    font-size: 4rem;
}

.preview_label_divide {
    padding-bottom: 0.5rem;
}

.preview_label_unit {
    font-size: 2rem
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}

.disclaimer {
    display: flex;
    align-items: center;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 0.6rem;
    height: 36px;
    padding: 8px;
    text-align: center;
}

.hit_us_up {
    display: flex;
    padding: 10px 0 10px 0;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    justify-content: center;
    width: 100%;
    color: white;
    background-color: black;
}

@container body (min-width: 1150px) {
    .content {
        min-height: calc(100vh - 70px);
    }

    .copy {
        flex-direction: row;

        & .copy_main {
            align-items: start;
            padding: 3rem 0 3rem 3rem;

            & .hero_copy {
                width: 450px;
            }

            & .hero_sub_container {
                align-items: start;

                & .hero_copy_sub {
                    padding: 0;
                }

                & .hero_copy_sub_holder {
                    flex-direction: row;

                    & .copy_sub_top {
                        padding-right: 1rem;
                        min-width: fit-content;
                    }
                }
            }
        }

        & .copy_additional {
            padding: 4rem 4rem 4rem 0rem;
            align-items: end;

            & .def_holder {
                width: 450px;
            }
        }

        & .copy_section {
            width: 50%;
        }
    }

    .you_in_holder {
        & .you_in_top {
            flex-direction: row;
            & .you_in_text {
                margin-right: 1rem;
            }
        }
    }

    .lil_preview {
        flex-direction: row;
        padding: 0rem 2rem 0 2rem;

        & .hlpoot {
            padding: 2.25rem 1rem 2.25rem 1rem;
            & .oot_image {
                height: 24rem;
            }
        }
    }

    .disclaimer {
        height: 18px;
    }
}

@container body (min-width: 1450px) {
    .content {
        & .lil_preview {
            & .hlpoot {
                padding: 3rem 3rem 2.25rem 3rem;
                & .oot_image {
                    height: 28rem;
                }
            }
        }
    }
}