body{min-height:100vh;display:flex;flex-direction:column}main{width:100%;flex:1;padding:32px 16px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}main .container{max-width:var(--max-width);width:100%}main .title{margin-bottom:60px}main .subtitle{margin-bottom:40px}@media(min-width: 768px){main{padding:32px 60px}main .title{font-size:3rem;line-height:3.75rem}main .subtitle{font-size:2rem;line-height:2.7rem}footer{border-top:1px solid var(--border)}}@media(min-width: 1200px){main{padding:60px 120px}}