h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 4rem;
    padding: 1rem 0;
    color: var(--font);
    text-decoration: none;
    font-size: 2rem;
} 
h2 {
    text-align: center;
}

.textbox {
    text-align: justify;
    border-radius: 2rem;
    min-height: 0;
    padding: 1.5rem 6rem;
    margin: 0 7rem;
    backdrop-filter: blur(2rem) brightness(90%);
    color: var(--font);
    font-size: 1.1rem;
    line-height: 1.5;
    hyphens: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

a {
    color: var(--font);
}

