h1 {
text-transform: uppercase;
text-align: center;
font-size: 60px;
<!--text-shadow: -3px 3px 0px gold,
             -6px 6px 0px teal;-->
    font-size: 4rem;
    text-shadow: -2px 2px 0 rgb(227, 199, 158),
        -4px 4px 0 rgb(95, 85, 66);
}



main {
    max-width: 130ch;
}

@container main (width < 65ch) {
.columns {
    columns: 1 auto;
}
}