@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Krona+One&display=swap);
@keyframes stripe-gone{from{transform:scale(0)}to{transform:scale(0)}}@keyframes stripe-slidein-from-left{from{transform:translateX(-200vw)}to{transform:translateX(0)}}@keyframes stripe-slidein-from-right{from{transform:translateX(200vw)}to{transform:translateX(0)}}@keyframes stripe-slideout-to-left{from{transform:translateX(0)}to{transform:translateX(200vw)}}@keyframes stripe-slideout-to-right{from{transform:translateX(0)}to{transform:translateX(-200vw)}}@keyframes stripe-widen{from{transform:scale(1, 0)}to{transform:scale(1, 1)}}@keyframes stripe-shrink{from{transform:scale(1, 1)}to{transform:scale(1, 0)}}@keyframes stripe-rotate-out{from{transform:rotate(0deg);transform-origin:left}to{transform:rotate(90deg);transform-origin:left}}@keyframes stripe-fly-up-and-in{from{transform:translateY(100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-down-and-in{from{transform:translateY(-100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-up-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(-100vh);transform-origin:bottom}}@keyframes stripe-fly-down-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(100vh);transform-origin:bottom}}@keyframes pulse-white{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}}.scrollable-panel-menu{display:flex;position:fixed;bottom:0;width:100vw;z-index:2}.scrollable-panel-menu ul{display:flex;flex-direction:row;padding-inline-start:0;list-style:none;margin:0 auto;background:#000000;border-radius:20px 20px 0 0}.scrollable-panel-menu ul li{display:flex;margin:20px}@media (max-width: 720px){.scrollable-panel-menu ul li{margin:15px}}.scrollable-panel-menu ul button{margin:auto;padding:0;height:25px;width:25px;display:inline-block;border:none;cursor:pointer;border-radius:50%;background-color:#FFFFEE}.scrollable-panel-menu ul button:focus{outline:0}.scrollable-panel-menu ul li.selected button{animation:pulse-white 2s infinite;transform:scale(1)}.scrollable-panel-menu ul li.loading button{height:50px;width:50px}

.dummy-panel{height:100vh;margin-bottom:99vh}

@keyframes stripe-gone{from{transform:scale(0)}to{transform:scale(0)}}@keyframes stripe-slidein-from-left{from{transform:translateX(-200vw)}to{transform:translateX(0)}}@keyframes stripe-slidein-from-right{from{transform:translateX(200vw)}to{transform:translateX(0)}}@keyframes stripe-slideout-to-left{from{transform:translateX(0)}to{transform:translateX(200vw)}}@keyframes stripe-slideout-to-right{from{transform:translateX(0)}to{transform:translateX(-200vw)}}@keyframes stripe-widen{from{transform:scale(1, 0)}to{transform:scale(1, 1)}}@keyframes stripe-shrink{from{transform:scale(1, 1)}to{transform:scale(1, 0)}}@keyframes stripe-rotate-out{from{transform:rotate(0deg);transform-origin:left}to{transform:rotate(90deg);transform-origin:left}}@keyframes stripe-fly-up-and-in{from{transform:translateY(100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-down-and-in{from{transform:translateY(-100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-up-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(-100vh);transform-origin:bottom}}@keyframes stripe-fly-down-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(100vh);transform-origin:bottom}}@keyframes pulse-white{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}}.aphex-container{position:relative;display:flex;flex-direction:column;transform:rotate(-45deg);margin-top:-9rem}.aphex-header{font-size:1.5rem;margin:0 auto 0.5rem auto;text-transform:uppercase}.aphex-header .aphex-title{font-family:'Krona One', sans-serif;font-size:1.1em;font-weight:800;padding-left:0.5em;color:#e5dbd1;transform:scale(1.5, 1);transform-origin:left}.aphex-header .aphex-subtitle{font-family:'Anton', sans-serif;font-size:3em;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#e5dbd1}.aphex-stripes{position:relative}.aphex-stripe{width:250vw;height:1.5rem;position:absolute;left:-100vw}.aphex-stripe.yellow{background-color:#ebb904}.aphex-stripe.orange{background-color:#dd4401}.aphex-stripe.red{background-color:#db0020}.aphex-stripe.purple{background-color:#ae0076}.aphex-stripe.blue{background-color:#01479a}.aphex-stripe.green{background-color:#019935}.aphex-stripe:nth-child(2){top:1.5rem}.aphex-stripe:nth-child(3){top:3rem}.aphex-stripe:nth-child(4){top:4.5rem}.aphex-stripe:nth-child(5){top:6rem}.aphex-stripe:nth-child(6){top:7.5rem}.current-panel:not(.fading-panel) .aphex-header{animation-name:stripe-gone, stripe-widen;animation-delay:0s,1s;animation-duration:1s,0.5s}.current-panel:not(.fading-panel) .aphex-stripe:nth-child(1){animation-name:stripe-slidein-from-left;animation-duration:1s;animation-timing-function:linear;transform-origin:left}.current-panel:not(.fading-panel) .aphex-stripe:nth-child(2){animation-name:stripe-gone, stripe-widen;animation-delay:0s,1s;animation-duration:1s,0.5s;transform-origin:top}.current-panel:not(.fading-panel) .aphex-stripe:nth-child(3){animation-name:stripe-gone, stripe-widen;animation-delay:0s,1.15s;animation-duration:1.15s,0.5s;transform-origin:top}.current-panel:not(.fading-panel) .aphex-stripe:nth-child(4){animation-name:stripe-gone, stripe-widen;animation-delay:0s,1.3s;animation-duration:1.3s,0.5s;transform-origin:top}.current-panel:not(.fading-panel) .aphex-stripe:nth-child(5){animation-name:stripe-gone, stripe-widen;animation-delay:0s,1.45s;animation-duration:1.45s,0.5s;transform-origin:top}.current-panel:not(.fading-panel) .aphex-stripe:nth-child(6){animation-name:stripe-gone, stripe-widen;animation-delay:0s,1.6s;animation-duration:1.6s,0.5s;transform-origin:top}.fading-panel{animation-timing-function:linear}.fading-panel .aphex-header{animation-name:stripe-fly-up-and-out;animation-delay:0s;animation-duration:1.25s}.fading-panel .aphex-stripe{animation-duration:1.25s}.fading-panel .aphex-stripe:nth-child(1){animation-name:stripe-fly-up-and-out;animation-delay:0s}.fading-panel .aphex-stripe:nth-child(2){animation-name:stripe-fly-down-and-out;animation-delay:.66667s;animation-duration:.58333s}.fading-panel .aphex-stripe:nth-child(3){animation-name:stripe-fly-down-and-out;animation-delay:.5s;animation-duration:.75s}.fading-panel .aphex-stripe:nth-child(4){animation-name:stripe-fly-down-and-out;animation-delay:.33333s;animation-duration:.91667s}.fading-panel .aphex-stripe:nth-child(5){animation-name:stripe-fly-down-and-out;animation-delay:.16667s;animation-duration:1.08333s}.fading-panel .aphex-stripe:nth-child(6){animation-name:stripe-fly-down-and-out;animation-delay:0s;animation-duration:1.25s}

@keyframes stripe-gone{from{transform:scale(0)}to{transform:scale(0)}}@keyframes stripe-slidein-from-left{from{transform:translateX(-200vw)}to{transform:translateX(0)}}@keyframes stripe-slidein-from-right{from{transform:translateX(200vw)}to{transform:translateX(0)}}@keyframes stripe-slideout-to-left{from{transform:translateX(0)}to{transform:translateX(200vw)}}@keyframes stripe-slideout-to-right{from{transform:translateX(0)}to{transform:translateX(-200vw)}}@keyframes stripe-widen{from{transform:scale(1, 0)}to{transform:scale(1, 1)}}@keyframes stripe-shrink{from{transform:scale(1, 1)}to{transform:scale(1, 0)}}@keyframes stripe-rotate-out{from{transform:rotate(0deg);transform-origin:left}to{transform:rotate(90deg);transform-origin:left}}@keyframes stripe-fly-up-and-in{from{transform:translateY(100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-down-and-in{from{transform:translateY(-100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-up-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(-100vh);transform-origin:bottom}}@keyframes stripe-fly-down-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(100vh);transform-origin:bottom}}@keyframes pulse-white{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}}.supertape-container{font-family:'Helvetica', 'Arial', sans-serif;font-weight:800;text-transform:uppercase;transform:rotate(-15deg)}@media (max-width: 420px){.supertape-container{padding-left:1rem}}.supertape-title{font-size:3.7rem;color:#FFFFEE}@media (max-width: 420px){.supertape-title{font-size:3rem;text-align:center}}.supertape-subtitle{display:flex;color:#E4BC07;line-height:40px;margin-bottom:-15px}.supertape-footer{color:#FFFFEE}.supertape-stripes{position:relative}.supertape-stripe{width:200vw;height:1rem;position:absolute;left:-50vw}.supertape-stripe.red{background-color:#E12D36}.supertape-stripe.green{background-color:#94C637}.supertape-stripe.blue{background-color:#028BBB}.supertape-stripe:nth-child(1){top:0rem}.supertape-stripe:nth-child(2){top:1rem}.supertape-stripe:nth-child(3){top:2rem}.supertape-footer-container{position:relative;top:3rem;line-height:1}.supertape-footer-container .supertape-subtitle-hour{padding-left:.5em;font-size:1.5rem}@media (max-width: 420px){.supertape-footer-container .supertape-subtitle-hour{padding-left:0.25rem;font-size:1.1rem}}.supertape-footer-container .supertape-footer{font-size:2.55rem}@media (max-width: 420px){.supertape-footer-container .supertape-footer{font-size:1.9rem}}.current-panel:not(.fading-panel) .supertape-title{animation-name:stripe-fly-down-and-in;animation-duration:1s}.current-panel:not(.fading-panel) .supertape-footer-container{animation-name:stripe-fly-up-and-in;animation-duration:1s}.current-panel:not(.fading-panel) .supertape-stripe:nth-child(2){animation-name:stripe-slidein-from-left;animation-timing-function:linear;transform-origin:left;animation-duration:1s}.current-panel:not(.fading-panel) .supertape-stripe:nth-child(1),.current-panel:not(.fading-panel) .supertape-stripe:nth-child(3){animation-name:stripe-gone, stripe-widen;animation-timing-function:ease;animation-delay:0s, 1s;animation-duration:1s, 0.25s}.current-panel:not(.fading-panel) .supertape-stripe:nth-child(1){transform-origin:bottom}.current-panel:not(.fading-panel) .supertape-stripe:nth-child(3){transform-origin:top}.fading-panel .supertape-title{animation-name:stripe-slideout-to-left;animation-duration:1.25s}.fading-panel .supertape-footer-container{animation-name:stripe-slideout-to-right;animation-duration:1.25s}.fading-panel .supertape-stripe{animation-timing-function:linear;animation-duration:1.25s}.fading-panel .supertape-stripe:nth-child(1){animation-name:stripe-slideout-to-left}.fading-panel .supertape-stripe:nth-child(2){animation-name:stripe-slideout-to-right}.fading-panel .supertape-stripe:nth-child(3){animation-name:stripe-slideout-to-right}

@keyframes stripe-gone{from{transform:scale(0)}to{transform:scale(0)}}@keyframes stripe-slidein-from-left{from{transform:translateX(-200vw)}to{transform:translateX(0)}}@keyframes stripe-slidein-from-right{from{transform:translateX(200vw)}to{transform:translateX(0)}}@keyframes stripe-slideout-to-left{from{transform:translateX(0)}to{transform:translateX(200vw)}}@keyframes stripe-slideout-to-right{from{transform:translateX(0)}to{transform:translateX(-200vw)}}@keyframes stripe-widen{from{transform:scale(1, 0)}to{transform:scale(1, 1)}}@keyframes stripe-shrink{from{transform:scale(1, 1)}to{transform:scale(1, 0)}}@keyframes stripe-rotate-out{from{transform:rotate(0deg);transform-origin:left}to{transform:rotate(90deg);transform-origin:left}}@keyframes stripe-fly-up-and-in{from{transform:translateY(100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-down-and-in{from{transform:translateY(-100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-up-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(-100vh);transform-origin:bottom}}@keyframes stripe-fly-down-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(100vh);transform-origin:bottom}}@keyframes pulse-white{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}}.dynamicron-whitebox{display:flex;background:#FFFFFF;height:80vh}.dynamicron-container{display:flex;flex-direction:column;font-family:'Helvetica', 'Arial', sans-serif;font-weight:800;line-height:1;margin:auto}.dynamicron-header{margin-left:40vw}@media (max-width: 720px){.dynamicron-header{margin-left:1em}}.dynamicron-title{font-size:1.5rem;font-style:italic;color:#131216;padding-left:0.4rem}.dynamicron-subtitle{font-size:5rem;color:#131216;letter-spacing:-0.2rem}.dynamicron-stripe{color:#FFFFEE;font-size:1.5rem;line-height:2rem;height:2rem;width:100vw;padding-left:40vw}.dynamicron-stripe.yellow{background-color:#F7AF02}.dynamicron-stripe.red{background-color:#F62D2A}.dynamicron-stripe.crimson{background-color:#E7083F}.dynamicron-stripe.sunset{background-color:#B90852}.dynamicron-stripe.purple{background-color:#6B1B5A}@media (max-width: 720px){.dynamicron-stripe{padding-left:1em}}.current-panel:not(.fading-panel) .dynamicron-whitebox{animation-name:stripe-slidein-from-left;animation-timing-function:linear;transform-origin:left;animation-duration:1s}.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(1){animation-name:stripe-gone, stripe-fly-up-and-in;animation-delay:0s,.2s;animation-duration:.2s,1s}.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(2){animation-name:stripe-gone, stripe-fly-up-and-in;animation-delay:0s,.4s;animation-duration:.4s,1s}.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(3){animation-name:stripe-gone, stripe-fly-up-and-in;animation-delay:0s,.6s;animation-duration:.6s,1s}.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(4){animation-name:stripe-gone, stripe-fly-up-and-in;animation-delay:0s,.8s;animation-duration:.8s,1s}.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(5){animation-name:stripe-gone, stripe-fly-up-and-in;animation-delay:0s,1s;animation-duration:1s,1s}.fading-panel .dynamicron-whitebox{animation-name:stripe-slideout-to-right;animation-timing-function:linear;transform-origin:left;animation-duration:1.25s}

@keyframes stripe-gone{from{transform:scale(0)}to{transform:scale(0)}}@keyframes stripe-slidein-from-left{from{transform:translateX(-200vw)}to{transform:translateX(0)}}@keyframes stripe-slidein-from-right{from{transform:translateX(200vw)}to{transform:translateX(0)}}@keyframes stripe-slideout-to-left{from{transform:translateX(0)}to{transform:translateX(200vw)}}@keyframes stripe-slideout-to-right{from{transform:translateX(0)}to{transform:translateX(-200vw)}}@keyframes stripe-widen{from{transform:scale(1, 0)}to{transform:scale(1, 1)}}@keyframes stripe-shrink{from{transform:scale(1, 1)}to{transform:scale(1, 0)}}@keyframes stripe-rotate-out{from{transform:rotate(0deg);transform-origin:left}to{transform:rotate(90deg);transform-origin:left}}@keyframes stripe-fly-up-and-in{from{transform:translateY(100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-down-and-in{from{transform:translateY(-100vh);transform-origin:bottom}to{transform:translateY(0);transform-origin:bottom}}@keyframes stripe-fly-up-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(-100vh);transform-origin:bottom}}@keyframes stripe-fly-down-and-out{from{transform:translateY(0);transform-origin:bottom}to{transform:translateY(100vh);transform-origin:bottom}}@keyframes pulse-white{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,255,255,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,255,255,0)}}.supercolor-container{display:flex;background:#FFFFFF;height:100vh;width:100vw;color:#121415;flex-direction:column;font-family:'Helvetica', 'Arial', sans-serif;overflow:hidden}@media (max-width: 720px){.supercolor-container{height:auto}}.supercolor-container strong{font-weight:600}.supercolor-header{width:30%;margin:auto auto 0 auto;text-align:right}@media (max-width: 720px){.supercolor-header{margin-top:0.75em;width:80%}}.supercolor-title{font-size:5rem;margin:0}@media (max-width: 720px){.supercolor-title{padding-right:1rem}}.supercolor-subtitle{margin:.5rem 0 0 0}@media (max-width: 720px){.supercolor-subtitle{display:none}}.supercolor-top-strip-container{display:flex;flex-direction:row;height:.5rem}.supercolor-top-strip{flex:1}.supercolor-main{display:flex;flex-direction:row;margin:4rem 0 auto 0}@media (max-width: 720px){.supercolor-main{margin:2rem}}@media (max-width: 420px){.supercolor-main{margin:1rem}}.supercolor-stripes{display:flex;flex-direction:column;flex:1 1}@media (max-width: 720px){.supercolor-stripes{display:none}}.supercolor-content{flex:1 1;padding:0 3em 0 1em;font-size:1.5rem;max-width:800px;margin-right:auto}@media (max-width: 420px){.supercolor-content{font-size:1.25rem;padding:1em;overflow:scroll}}.supercolor-content a{text-decoration:underline}.supercolor-content a:hover{text-decoration:none}.supercolor-content p{line-height:1.5}.supercolor-content h3{margin-top:0}.supercolor-stripe{display:flex;height:5rem}.supercolor-stripe:first-child{margin-top:auto}.supercolor-stripe:last-child{margin-bottom:auto}.supercolor-stripe-content{margin:auto 0 auto auto;padding-right:2rem;color:#000;font-size:1.5em}.supercolor-top-strip.red{background-color:#E12D36}.supercolor-top-strip.green{background-color:#94C637}.supercolor-top-strip.blue{background-color:#028BBB}.supercolor-stripe.blue{background-color:#4295c7}.supercolor-stripe.green{background-color:#6d9a35}.supercolor-stripe.yellow{background-color:#faed51}.supercolor-stripe.orange{background-color:#cc482b}.supercolor-stripe.red{background-color:#c02c58}.current-panel:not(.fading-panel) .supercolor-stripe:nth-child(1){animation-name:stripe-slidein-from-left;animation-delay:0s,.2s;animation-duration:.2s,0.5s;transform-origin:left}.current-panel:not(.fading-panel) .supercolor-stripe:nth-child(2){animation-name:stripe-slidein-from-left;animation-delay:0s,.4s;animation-duration:.4s,0.5s;transform-origin:left}.current-panel:not(.fading-panel) .supercolor-stripe:nth-child(3){animation-name:stripe-slidein-from-left;animation-delay:0s,.6s;animation-duration:.6s,0.5s;transform-origin:left}.current-panel:not(.fading-panel) .supercolor-stripe:nth-child(4){animation-name:stripe-slidein-from-left;animation-delay:0s,.8s;animation-duration:.8s,0.5s;transform-origin:left}.current-panel:not(.fading-panel) .supercolor-stripe:nth-child(5){animation-name:stripe-slidein-from-left;animation-delay:0s,1s;animation-duration:1s,0.5s;transform-origin:left}

.currently-listening{display:flex;flex-direction:row;position:absolute;top:2.25rem;height:2.55rem;width:100%;animation:appear .25s ease-in;background-color:#FFFFEE;color:#131216;line-height:2.55rem}.currently-listening .currently-listening-scroller{width:100%;margin:0 .5em;white-space:nowrap;overflow:hidden;animation:marquee 8s linear infinite}.currently-listening .currently-listening-scroller:hover{animation-play-state:paused}.currently-listening .currently-listening-album>img{height:2.55rem}@keyframes marquee{0%{text-indent:100%}100%{text-indent:-200%}}@keyframes appear{0%{transform-origin:top;transform:scaleY(0)}100%{transform:scaleY(1)}}

.recent-tracks svg{width:35px;height:35px;stroke:#E4BC07}.recent-tracks.currently-listening-icon svg{cursor:pointer;stroke-dasharray:10;animation:whilstPlaying 10s linear infinite}.recent-tracks.currently-listening-icon svg:hover{stroke-dasharray:0;animation:hoverRadio 1s ease-in}@keyframes whilstPlaying{to{stroke-dashoffset:100}}@keyframes hoverRadio{50%{transform:scale(1.1)}100%{stroke-dasharray:100}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

#app{overflow:hidden}body{background-color:#000}a{color:unset;text-decoration:none}a:hover{text-decoration:underline}.fullpage{display:flex;width:100vw;height:100vh;overflow:hidden}.centeredContainer{margin:auto}

