:root {
--large: 72px;
}
.main {
font-size: var(--large);
color: darkblue;
@media (min-width: 1024px) {
color: green;
@supports (display: grid) {
display: grid