@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&display=swap";
*{box-sizing:border-box}html{height:100%;font-family:Open Sans,sans-serif}body{color:#ddd8e4;background:linear-gradient(#4a2c85,#221c2f) fixed;min-height:100%;margin:0;padding-bottom:4.5rem;line-height:normal}main{text-align:center;max-width:600px;margin:0 auto}h1{color:#ede9f3;margin:2rem auto;font-family:Poppins,sans-serif;font-size:3rem}h2,h3,h4{color:#ede9f3;margin:.5rem auto;padding:0 .5rem;font-family:Poppins,sans-serif}h5{color:#ede9f3;margin:1rem auto;padding:.5rem;font-family:Poppins,sans-serif}p{margin:.5rem auto;padding:0 .5rem;font-size:1rem}p a{color:#f4c33d;border-bottom:2px solid #f4c33d;padding-bottom:.05rem;text-decoration:none}p a:hover,p a:active{color:#bd3df4;border-color:#bd3df4}.button{color:#231e2d;text-align:center;cursor:pointer;background-color:#f8f6a7;border:none;border-radius:.5rem;height:32px;margin:.25rem;padding:0 .75rem;font-size:1rem;text-decoration:none}.button:disabled{opacity:.6;color:#888!important;cursor:not-allowed!important;background-color:#ccc!important}.flex-center{justify-content:space-around;display:flex}.flex-center p{width:178px;margin:.25rem 0;padding-left:14px;font-size:.8rem}.card{color:#f8f6a7;background-color:#2a1f40;border:4px solid #d9d5e2;border-radius:.5rem;justify-content:center;align-items:center;width:170px;height:64px;margin:.5rem 0 0;text-decoration:none;display:inline-flex}.title{align-items:center;height:100%;padding-bottom:.25rem;font-size:20px;font-weight:700;display:flex}.linkcard{text-decoration:none}.header,.header a{color:#f8f6a7;z-index:1;background-color:#231e2d;justify-content:center;align-items:center;height:3.2rem;padding:.25rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex;position:sticky;top:0}.header-content{align-items:center;gap:.5rem;display:flex}.header-logo{filter:brightness(1.1);border-radius:.8rem;width:auto;height:40px}.fc-header{grid-template-columns:1fr auto 1fr;align-items:center;max-width:360px;margin:.5rem auto;padding:0 .5rem;display:grid}.fc-header .button{grid-column:2}.info-icon{cursor:pointer;opacity:.8;justify-self:start;width:30px;height:30px}.info-icon:hover{opacity:1}.modal{z-index:10;color:#ddd8e4;box-sizing:border-box;background-color:#000;width:90%;max-width:600px;height:calc(100% - 40px);padding:1rem;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.footer{box-sizing:border-box;background-color:#322252;justify-content:space-between;align-items:center;max-width:600px;height:4rem;margin-left:auto;margin-right:auto;padding:.25rem;display:flex;position:fixed;bottom:0;left:0;right:0}.footer-icon{color:#fff;margin-left:1.4em;font-size:2em}.subheader-grid{grid-template-columns:1.25fr 7.5fr 1.25fr;grid-auto-rows:auto;display:grid}.back-button{color:#fff;cursor:pointer;background:0 0;border:none;justify-self:start;height:20px;margin:.5rem 0;padding-left:18px}.subheader-title{text-align:center;margin:.3rem 0;padding:0;font-size:1.1rem}.back-to-top{color:#fff;cursor:pointer;opacity:.85;z-index:1000;font-size:2rem;position:fixed;bottom:64px;right:10px}.back-to-top:hover{opacity:1}.scrollable-content{max-height:80vh;position:relative;overflow-y:auto}
