html,body,#root,.App{height:100%}html{scroll-behavior:smooth;scroll-padding-top:50px}body{background-color:#161616;margin:0;font-family:Work Sans;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}nav{align-items:center;background-color:#161616;box-shadow:0 10px 20px #161616a3;color:#fff;display:flex;align-content:space-between;font-family:Bebas Neue;font-size:25px;height:60px;max-height:60px;padding-left:23px;padding-right:23px}nav .right{align-items:center;display:flex;position:absolute;right:23px}.sticky{position:fixed;top:0;left:0;right:0;z-index:100}.navbar-text{font-size:26px;font-family:Bebas Neue;color:#fff}.navbar-icon{height:20px;color:#fff}footer{background-color:#161616;width:100%;min-height:204px;padding:20px;color:#fff}footer,.wide{align-items:center;display:flex;flex-direction:column;justify-content:center}footer .links-row{align-items:center;color:#858585;display:flex;justify-content:space-evenly;font-size:15px;font-weight:500}footer .links-col{align-items:center;color:#858585;display:flex;flex-direction:column;justify-content:space-evenly;font-size:15px;font-weight:500}footer a{all:unset;cursor:pointer;transition:.15s ease-out;margin:5px}footer a:hover{color:#fff;font-weight:700;transition:.15s ease-out}*{box-sizing:border-box}.prevent-select{-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}*{color:#fff}@-webkit-keyframes modal-darken{0%{background-color:transparent}to{background-color:#00000080}}@keyframes modal-darken{0%{background-color:transparent}to{background-color:#00000080}}.full-screen-modal{align-items:center;display:flex;flex-direction:column;width:100%;height:100%;padding:15px;position:absolute;inset:0;z-index:50;-webkit-animation:modal-darken .2s ease-out;animation:modal-darken .2s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes modal-background-blur{0%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}@keyframes modal-background-blur{0%{-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}}.modal-background{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-webkit-animation:modal-background-blur .2s ease-out;animation:modal-background-blur .2s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;z-index:-1}@-webkit-keyframes modal-content-fadein{0%{opacity:0}to{opacity:1}}@keyframes modal-content-fadein{0%{opacity:0}to{opacity:1}}.modal-content{-webkit-animation:modal-content-fadein .2s ease-out;animation:modal-content-fadein .2s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.links{align-items:flex-start;height:278px;display:flex;flex-direction:column;justify-content:space-evenly}.full-screen-modal a{all:unset;color:#858585;font-size:18px;font-weight:500;cursor:pointer;transition:.15s ease-out;margin:5px}.full-screen-modal a:hover{color:#fff;font-weight:700;transition:.15s ease-out}.path-delim{color:#c6c6c6;font-weight:700}
