.page{display:flex;flex-direction:column;font-size:16px;margin:40px auto 20px;max-width:1200px}.page .header{margin-bottom:40px}.page .header,.page .header .menu{align-items:center;display:flex}.page .header .menu .item{border-bottom:1px dashed var(--primary);color:var(--primary);margin-right:10px}.page .header .menu .item:last-child{margin-right:0}.page .header h1{color:var(--primary);font-size:60px}.page .content .section{padding-bottom:10px;padding-top:10px}.page .content .section .section-header{border-bottom:3px dashed var(--primary);margin-bottom:10px}.page .content .section .section-header h2{color:var(--primary)}.page .content .section .section-body p{margin-bottom:5px}.page .content .section .section-body a{border-bottom:1px dashed var(--primary);color:var(--primary);font-weight:700}.page .content .section .section-body h3{margin-top:10px}
