body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;color:#444;font-family:Raleway,arial,sans-serif;font-weight:400;height:100%;margin:0;padding:0;width:100%}*{box-sizing:border-box}#app{height:100%}.app__AcVfV{border:1px;margin:0 auto;max-width:120rem}.header__DTK6R{-ms-flex-align:center;align-items:center;background-color:#293241;border-bottom:5px solid #ee6c4d;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:120rem;padding:5px 0;position:fixed;width:100%;z-index:50}.header__DTK6R h1{color:#ddd;font-size:1.5em}nav{-ms-flex-pack:distribute;display:-ms-flexbox;display:flex;justify-content:space-around;margin:5px 0}nav a{border:1px solid #ee6c4d;border-radius:1em;color:#ddd;cursor:pointer;font-weight:200;padding:.4em .8em;text-decoration:none;transition:color .5s,background-color .5s}nav a:not(:first-child){margin-left:1em}nav a:focus,nav a:hover{background-color:#ee6c4d;color:#293241}@media screen and (min-width:31rem){.header__DTK6R{-ms-flex-pack:justify;-ms-flex-direction:row;flex-direction:row;justify-content:space-between;padding:.5rem 1rem}}@media screen and (min-width:50rem){.header__DTK6R{font-size:1.25rem}}