:root{--primary-color: #102439fa;--primary-color-hover: #303336;--white-see-through: #ffffffdd}*{font-family:Poppins,sans-serif;margin:0}.flexbox-row{display:flex;height:100vh;background-color:#f0f0f0;background-image:url(/background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}#sidebar{padding-top:20px;width:180px;background-color:var(--primary-color);color:#fff;display:flex;flex-direction:column;justify-content:start}.menu-item{padding:20px;display:flex;cursor:pointer;transition:background .3s;align-items:start}#version{padding:10px 20px;display:flex;margin-top:auto;margin-bottom:0}.menu-item:hover,input[type=submit]:hover{background-color:var(--primary-color-hover)}.menu-item i{margin-right:12px;min-width:20px}.content{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:10px;margin-bottom:auto;margin-left:auto;margin-right:auto;margin-top:10vh;text-align:center;background-color:var(--white-see-through);height:70vh;min-width:400px;padding:40px}label{font-size:22px;font-weight:700;color:#333;padding-left:2px}input[type=text],input[type=password],input[type=email]{width:calc(100% - 18px);padding:8px;font-size:16px;border:1px solid #ccc;border-radius:2px}button{background-color:var(--primary-color);color:#fff;border:none;padding:8px;font-size:16px;cursor:pointer;border-radius:2px;transition:background-color .3s ease;width:100%}pre{background-color:#e5e4e4;border:1px solid #030303;padding:10px;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}code{font-family:Consolas,Courier New,Courier,monospace}form{display:flex;flex-direction:column;gap:20px;width:400px;border-radius:3px;text-align:start}.form-group{width:100%}.hero{background-image:url(https://www.pierceaerospace.net/cdn/shop/files/banner7.jpg?v=1726497934&width=2349);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:80vh}
