/* Header */ header { /* Style Sources */ flex-grow: 1; flex-shrink: 0; /* Cascaded */ display: flex; align-items: stretch; justify-content: space-between; align-self: stretch; position: sticky; min-width: 100svw; min-height: 30px; width: 100%; height: auto; border-top-color: rgba(106, 55, 146, 0.87); border-right-color: rgba(106, 55, 146, 0.87); border-bottom-color: rgba(106, 55, 146, 0.87); border-left-color: rgba(106, 55, 146, 0.87); border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-bottom-style: solid; max-height: 5svh; background-color: rgba(75, 0, 102, 1); /* Inherited */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Preset */ box-sizing: border-box; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; outline-width: 1px } .logo-container{ /* Style Sources */ margin-left: 12px; display: flex; align-items: center; justify-content: center; /* Inherited */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Preset */ box-sizing: border-box; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; outline-width: 1px; } .Leapzit{ /* Style Sources */ font-family: "Nimbus Mono PS", "Courier New", monospace; text-transform: capitalize; text-align: center; font-weight: 400; color: rgba(255, 255, 255, 1); display: flex; /* Inherited */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Preset */ box-sizing: border-box; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; outline-width: 1px; min-height: 1em }