#main-title {
    display: flex;
    align-items: center;

    height: calc(100% - 3rem);
    width: min(50rem, 100%);

    font-size: 2.5rem;
    font-weight: bold;

    text-align: justify;
    letter-spacing: -.01em;
}

#scroll-notice {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;

    /* font-size: small; */
    opacity: 0.5;
}