@font-face{font-family:"Font-Awesome-5";font-style:normal;font-weight:400;font-display:block;src:url(/fonts/fa-regular-400.woff2) format("woff2")}
.far{font-family:"Font-Awesome-5";font-weight:400}
.far:hover{cursor:pointer;color:red;}
@font-face{font-family:"Nunito-Regular";src: url(/fonts/Nunito/static/Nunito-Regular.woff2) format("woff2");}
@font-face{font-family:"Nunito-Bold";src: url(/fonts/Nunito/static/Nunito-Bold.woff2) format("woff2");}
@font-face{font-family:"Nunito-Light";src: url(/fonts/Nunito/static/Nunito-Light.woff2) format("woff2");}
@font-face{font-family:"Philosopher-Regular";src: url(/fonts/Philosopher/Philosopher-Regular.woff2) format("woff2");}
@font-face{font-family:"Philosopher-Bold";src: url(/fonts/Philosopher/Philosopher-Bold.woff2) format("woff2");}
@font-face{font-family:"PTSans-Regular";src: url(/fonts/PT_Sans/PTSans-Regular.woff2) format("woff2");}
@font-face{font-family:"PTSans-Bold";src: url(/fonts/PT_Sans/PTSans-Bold.woff2) format("woff2");}
@font-face{font-family:"PTSerif-Regular";src: url(/fonts/PT_Serif/PTSerif-Regular.woff2) format("woff2");}
@font-face{font-family:"PTSerif-Bold";src: url(/fonts/PT_Serif/PTSerif-Bold.woff2) format("woff2");}
//html {color-scheme: light dark;}
//body {font-family:"Philosopher-Regular",sans-serif;text-align:center;}
//body {font-family:"Philosopher-Regular",sans-serif;background-color:#1e1e1e;color:#d4d4d4;margin:0;padding:0;text-align:center;}
body {font-family:"Philosopher-Regular",san-serif;background-color:#1e1e1e;color:#d4d4d4;text-align:center;}
//.container {max-width: 500px;margin: 0 auto;}
h1 {font-size:50px;}
pre {border-bottom:1px solid #333;}
h2,i {display:inline-flex;flex-direction:row;padding:0 7px;}
//h3 {font-size: 50px;border: 1px dashed #777;}
.container {max-width: 800px;margin:50px auto;padding:20px;background:#252526;border-radius:5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.5);}
.notification {position:fixed;top:20px;right:20px;background:#333;color:#d4d4d4;padding:20px;border-radius:5px;display:none;width:300px;box-sizing:border-box;}
.notification .progress-bar {height:5px;background:#569cd6;width:100%;margin-top:10px;border-radius:5px;animation:decrease 3s linear forwards;}
@keyframes decrease {from{width: 100%;}to{width: 0%;}}