:root{--background:#ffffff}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}section,ul{display:flex}section{flex-flow:column wrap;align-items:center;justify-content:space-between;height:95vh;width:100%}footer svg{color:white;width:30px;height:30px}footer>.media,footer>.section{display:flex;align-items:center;gap:1rem;margin-left:1rem}button{width:18rem;background-color:#0b5cff;padding:1rem 0;margin:0 auto 2rem;color:white;font-size:1.2rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer}button:hover{background-color:#0e4dca}button>i{padding-right:1.5rem}@media only screen and (max-width:767px){aside{width:100%}footer>.section{display:none}}