html{color:#fff;font-family:system-ui,sans-serif;font-size:1rem;line-height:1.7}body{background:#04000a;margin:0;padding:0}a{color:#fff}h1,h2,h3,h4{font-family:Times New Roman,serif}*{box-sizing:border-box}#navbar-main{z-index:10;background:#04000a;border-bottom:1px solid #2fa8d0;justify-content:center;align-items:center;gap:20px;width:100%;height:80px;display:flex;position:fixed;top:0;left:0}.navbar-item{justify-content:center;align-items:center;width:120px;height:80px;text-decoration:none;display:flex}.navbar-item:hover{background-color:#2fa8d0}.custom-button{color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;background:#2fa8d0;border:2px solid #2fa8d0;border-radius:20px;height:40px;padding:10px 20px;font-size:1rem;font-weight:700}.custom-button:hover{color:#fff;border-color:#fff}.custom-button.inactive{opacity:.3;cursor:default;color:#000}.custom-button.inactive:hover{border-color:#2fa8d0}#site-headline{color:#2fa8d0;width:fit-content;margin-bottom:50px;margin-left:100px;font-size:4rem;font-weight:700;position:relative}#site-headline:before{content:"";background:#2fa8d0;border-radius:20px;width:100%;height:4px;position:absolute;bottom:0;right:0}.site-box a{border-bottom:1px solid #fff;padding-bottom:2px;text-decoration:none;transition:border-color .15s}a:hover{border-color:#c59eff}.explanation-box{border-radius:12px;flex-flow:column wrap;flex:1;min-width:300px;margin:180px 50px 50px;display:flex;overflow:hidden}.image-box{justify-content:center;align-items:center;height:400px;margin-top:40px;display:flex}.image-box img{cursor:pointer;border:2px solid #000;border-radius:10px}.image-box img:hover{border-color:#fff}.content-block{align-items:center;gap:20px;height:40px;display:flex}.loader{--g1:conic-gradient(from 90deg at left 3px top 3px, #0000 90deg, #fff 0);--g2:conic-gradient(from -90deg at bottom 3px right 3px, #0000 90deg, #fff 0);background:var(--g1), var(--g1), var(--g1), var(--g2), var(--g2), var(--g2);background-position:0,50%,100%;background-repeat:no-repeat;width:85px;height:25px;animation:1s infinite l8}@keyframes l8{0%{background-size:25px 100%,25px 100%,25px 100%}20%{background-size:25px 50%,25px 100%,25px 100%}40%{background-size:25px 50%,25px 50%,25px 100%}60%{background-size:25px 100%,25px 50%,25px 50%}80%{background-size:25px 100%,25px 100%,25px 50%}to{background-size:25px 100%,25px 100%,25px 100%}}
