:root{--primary:#2124B1;--secondary:#4777F5;--light:#F7FAFF;--dark:#1D1D27}.content-wrapper,body{display:flex;justify-content:center;height:100vh}body{font-family:verdana,sans-serif;margin:0;flex-flow:column;box-sizing:border-box}a,h1,h2,h3{color:var(--light)}h1,h2,h3{font-size:1em}h1.uppercase,h2.uppercase,h3.uppercase{text-transform:uppercase}a{text-decoration:none;transition:all .3s ease-in-out}a:hover{text-decoration:underline}.content-wrapper{align-items:center;flex-direction:column;text-align:center;background:linear-gradient(to right,#fdbb2d,#b21f1f,#1a2a6c)}.content-wrapper .logo{width:475px;height:auto}@media (max-width:768px){.content-wrapper .logo{width:80%}}.content-wrapper .footer-line{font-size:1rem}.color-accent,a:hover{color:var(--secondary)}.font-monospace{font-family:monospace}