:root{--border-radius-small: 0.25em;--border-radius-big: 0.75em;--background-normal: #F9F9F9;--primary-background: #0074f0;--primary-text: white;--text-normal: #444;--text-title: #222}body{background:var(--background-normal);color:var(--text-normal);font-family:Montserrat;line-height:1.5;font-size:18px;padding:0.5em}a{color:var(--primary-background)}nav{margin-bottom:1.5em;margin-top:0.5em}nav>div{max-width:1200px;margin:0 auto;justify-content:space-between;align-items:center;display:flex}nav ul{justify-content:center;list-style:none;display:flex;gap:1.5em;margin:0}nav ul li{margin:0}nav ul li a{grid-template-columns:auto 1fr;text-decoration:none;align-items:center;grid-gap:0.5em;color:inherit;display:grid}nav ul li a:hover{color:var(--primary-background)}footer{justify-content:center;flex-direction:column;align-items:center;display:flex;gap:0.5em;background:#F0F0F0;padding:2em 1em;margin:-1em}footer brand{margin:0 auto}footer brand a{color:inherit}brand{display:block}brand a{grid-template-columns:auto 1fr;text-decoration:none;grid-gap:0.5em;display:grid;font-family:Comfortaa;font-weight:bold;color:var(--text-title)}brand small{opacity:0.75}header{border-radius:var(--border-radius-big);background:white;min-height:70vh;justify-content:center;flex-direction:column;align-items:center;display:flex;text-align:center}header div:not([class]){max-width:1200px;margin:0 auto}header h1{font-family:Comfortaa;color:var(--text-title);line-height:1.5;font-size:2.5em}header p{font-size:1.25em}header ol{text-align:left;max-width:800px}mark{border-radius:var(--border-radius-small);background:var(--primary-background);color:var(--primary-text);font-size:0.85em;padding:0.25em}fieldset{border-radius:var(--border-radius-small);border:1px solid #EEE;background:white;padding:1.25em}fieldset form{grid-template-columns:auto 1fr;align-items:center;grid-gap:1em;display:grid}fieldset legend{text-shadow:0 0 3px white;font-family:Comfortaa;font-weight:bold;padding:0.25em 0.5em}article section{max-width:1200px;margin:0 auto;padding:4em 0}article section>*:first-child{margin-top:0}article section>*:last-child{margin-bottom:0}article:nth-child(even){border-radius:var(--border-radius-big);background:white}input[type=submit],button,*[button]{border-radius:var(--border-radius-small);background:var(--primary-background);color:var(--primary-text);text-decoration:none;display:inline-block;padding:1em 1.5em;cursor:pointer;border:0;font-family:Montserrat;font-weight:500;font-size:18px}input[type=password],input[type=number],input[type=email],input[type=text]{font-family:Montserrat;font-size:18px;padding:0.5em;border-radius:var(--border-radius-small);color:var(--text-normal);border:2px solid #EEE}input[type=password]:focus,input[type=number]:focus,input[type=email]:focus,input[type=text]:focus{border-color:var(--primary-background);outline:none}h2,h3{grid-template-columns:auto 1fr;align-items:center;grid-gap:0.5em;display:grid;font-family:Comfortaa}li+li{margin-top:0.75em}success-animation{margin-bottom:50px;display:block}success-animation svg{border-radius:50%;display:block;height:130px;width:130px;stroke:var(--primary-background);stroke-miterlimit:10;stroke-width:3;animation:fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;box-shadow:inset 0px 0px 0px var(--primary-background);position:relative;margin:0 auto;right:5px;top:5px}success-animation circle{animation:stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;stroke:var(--primary-background);stroke-dashoffset:166;stroke-dasharray:166;stroke-miterlimit:10;stroke-linecap:round;stroke-width:2.5;fill:#fff}success-animation path{animation:stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;transform-origin:50% 50%;stroke-linecap:round;stroke-dashoffset:48;stroke-dasharray:48}@keyframes stroke{100%{stroke-dashoffset:0}}@keyframes scale{0%,100%{transform:none}50%{transform:scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow:inset 0px 0px 0px 30px var(--primary-background)}}grid-2{grid-template-columns:1fr 1fr;grid-gap:4em;display:grid}form pre{border:2px solid #EEE;border-radius:5px;padding:1em}
