:root{--blue1:#d2fff2;--blue2:#a1eee0;--pink1:#ff5b9d;--red:#ff496e;--purple:#d0286c;--gr:1.61803rem}html,body{padding:var(--gr);font-family:Fira Code,monospace}@media (max-width:700px){html,body{padding:calc(var(--gr)/2)}}.site-header{align-items:center;max-width:800px;margin:0 auto;display:flex}a{color:currentColor}a:hover{color:var(--purple);text-decoration:underline}nav ul{padding:calc(var(--gr)/2)0;list-style:none;display:flex}nav ul li:not(:first-child){padding-left:var(--gr)}nav ul a{text-decoration:none}.hrs{justify-content:space-around;gap:var(--gr);margin:0 auto;flex:1;max-width:700px;margin-block:1rem;display:flex}.hrs hr{background-color:var(--blue1);height:calc(var(--gr)/4);border:0;flex:1;display:block}.hrs hr:nth-child(2){background-color:var(--blue2)}.hrs hr:nth-child(3){background-color:var(--pink1)}nav,footer,main{max-width:700px;margin:0 auto}footer{font-size:.8em}p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}@view-transition{navigation:auto}footer{view-transition-name:footer}