.AppContainer{display:flex;flex-direction:column;justify-content:space-between;height:100%}.main-content{min-height:70vh}header{display:flex;flex-direction:row;justify-content:space-between;padding:2rem}.icon-container{display:flex;flex-direction:row;gap:.75em}footer{display:flex;align-content:center;justify-content:space-around;background-color:var(--theme-dark);padding:3em;margin:3em 0 0}.header-box h1{font-family:atrament-web,sans-serif;font-size:12vw;color:var(--theme-medium-light);margin:0;line-height:15vw;text-align:center}.header-box h2{font-family:trade-gothic-next,sans-serif;font-style:normal;font-weight:300;font-size:3.75vw;color:var(--theme-light);margin:0;text-align:center}.content-container{max-width:36em;text-align:justify;margin:.5em auto;padding:.5em}:root{font-family:trade-gothic-next,sans-serif;line-height:1.5;font-weight:400;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--theme-dark: #000E17;--theme-medium-dark:#03738C;--theme-medium: #07C4D9;--theme-medium-light: #CCF6FF;--theme-light: #F9FEFF;background-image:radial-gradient(#025972,#000e17);background-repeat:no-repeat;background-attachment:fixed}body{padding:0;margin:0;color:var(--theme-light)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
