.main{flex-direction:column;justify-content:space-between;margin:0 1rem;min-height:calc(100vh - var(--header-height))}.main,.main-title{display:flex;align-items:center}.main-title{flex:1 1;justify-content:center;flex-direction:column;margin-bottom:3rem;text-align:center}.main h1{font-size:3rem;line-height:1;font-weight:700;margin-bottom:1.5rem;color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,hsl(0,0%,100%),hsl(152,91%,78%))}.main h2{font-size:1.25rem;font-weight:400;color:#999;text-align:center;line-height:1.4}.presets{width:100%;max-width:1024px}.presets h3{color:#c7c7c7;font-weight:600;margin-bottom:1.5rem}.presets .preset-grid{list-style:none;padding:0;margin-bottom:3rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.presets .customize-note{text-align:center;margin:1.5rem 0;font-size:.875rem;color:#999}.presets .customize-note code{color:#a3f2cf}@media screen and (min-width:800px){.main h1{font-size:4.5rem}.main h2{font-size:1.5rem}.presets .preset-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}