:root{--primary-color:rgb(172,138,248);--primary-color-darker:rgb(71,29,163);--secondary-color:#ff5252;--error-color:rgb(253,216,53);--higher-background-color:#fdfdfd;--highlight-color:rgba(248,248,255,0.72);--hint-color:rgb(150,150,150);--hint-color-purple:rgb(200,190,230);--shadow-big:7.5px 15px 50px rgba(112,144,156,0.15);--shadow-small:0px 5px 10px rgba(112,144,156,0.15);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{margin:0}h1,h2,h3,h4,h5,p{margin-left:.5rem}p{font-size:large;line-height:1.5}dl{margin-left:1rem}dl,li{margin-top:.5rem;margin-bottom:.5rem}li{font-size:large;line-height:1.5}.app-bar{background-color:var(--highlight-color);height:55px;width:100%;display:flex;position:fixed;top:0;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);align-items:center;justify-content:space-between;z-index:10}.app-bar a{color:black}footer .footer-links a{margin:10px;display:flex;text-decoration:none;color:var(--hint-color-purple)}footer .footer-links a:active{color:white}.Button{border:none;min-width:100px;display:inline-block;padding:15px 20px;font-size:large;font-weight:700;margin:5px;border-radius:20px;cursor:pointer;text-decoration:none;transition:.25s;transition-timing-function:ease-in-out}.Button:hover{box-shadow:var(--shadow-small)}.colored-background{color:white;background-color:var(--primary-color)}.colored-background:hover{box-shadow:var(--shadow-small)}.notcolored-background{color:var(--primary-color)}.notcolored-background:hover{background-color:white}.notcolored-solid-background{color:var(--primary-color);background-color:white}.notcolored-solid-background:hover{background-color:ghostwhite}.horizontal-margin{max-width:1400px}.horizontal-margin,.horizontal-margin-narrow{margin:auto;padding-top:20px;padding-bottom:20px}.horizontal-margin-narrow{max-width:1000px}@media (prefers-color-scheme:dark){html{color-scheme:dark}:root{--highlight-color:rgba(72,72,72,0.72);--higher-background-color:#2a2a2a}.app-bar a{color:white}.notcolored-background:hover{background-color:rgba(248,248,255,.2)}}