        main {
            max-width: 50vmax;
            margin: auto;
            margin-top: 10vh;
        }

        .title-container {
            margin: 0 0 5rem 0;
        }

        .title-ellipse {
            width: 100%;
            aspect-ratio: 3 / 1;
            border: 1.5px solid black;
            border-radius: 50%;
            position: relative;
        }

        .title-text span {
            position: absolute;
            white-space: nowrap;
            font-family: sans-serif;
            font-size: 1.1rem;
            font-weight: 300;
        }

        .line-date { top: 32%; left: 35%; }
        .line-fake { top: 43%; left: 38%; }
        .night-1   { top: 53%; left: 42%; font-size: 1.15rem; font-weight: 400; }
        .night-2   { top: 62%; left: 46%; font-size: 1.2rem;  font-weight: 400; }
        .night-3   { top: 70%; left: 50%; font-size: 1.25rem; font-weight: 500; }
        .night-4   { top: 77%; left: 54%; font-size: 1.3rem;  font-weight: 500; }
        .night-5   { top: 83%; left: 58%; font-size: 1.35rem; font-weight: 600; }
        .night-6   { top: 89%; left: 62%; font-size: 1.4rem;  font-weight: 700; }

        p {
            font-size: 1.05rem;
            margin: 50px 0;
        }

        .monologue {
            font-size: 1.05rem;
            margin: 50px 0;
        }

        .food {
            font-size: 1.05rem;
            margin: 50px 0;
            line-height: 2;
        }
