@import url(https://fonts.googleapis.com/css?family=Noto+Sans+SC|Noto+Serif+SC);main{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;flex-grow:1;flex-wrap:nowrap}main .mainLogo{padding-top:30vh}main .mainLogo img{margin:.5em;-webkit-animation:App-logo-spin 10s linear infinite;animation:App-logo-spin 10s linear infinite}main .mainTitle{font-size:2em}main .mainSection{display:flex;flex-direction:row;justify-content:space-around;align-items:space-around;padding:.5em}@media (max-width:500px){main .mainSection{flex-direction:column;align-items:stretch;padding:.5em 1em}main .mainSection a{margin-bottom:1.5em}}main .callToAction{padding:1em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.2em;box-shadow:0 8px 16px 0 rgba(0,0,0,.6);outline:none;text-decoration:none}main .callToAction:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ModalBackground{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;top:0;left:0;background:rgba(0,0,0,.5);z-index:30}.ModalBackground .ModalWindow{background-color:#fff;border-radius:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,.6);min-width:50%}.ModalBackground .ModalWindow .ModalHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#69779b;color:#fff;padding:0 1em;border-radius:10px 10px 0 0}.ModalBackground .ModalWindow .ModalHeader button{background-color:#69779b;border:none;color:#fff;font-size:1.4em;padding:0}.ModalBackground .ModalWindow .ModalBody{padding:1em 2em}.ModalBackground .ModalWindow .ModalBody .error{color:#8b0000;background-color:#ffa07a;border:1px solid red;border-radius:15px;padding:.5em 1em;margin:.5em 0}.ModalBackground .ModalWindow .ModalBody form{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch}.ModalBackground .ModalWindow .ModalBody form input{padding:.5em 1em;border-radius:10px;font-size:1.1em;flex-grow:1;margin-right:.5em}.ModalBackground .ModalWindow .ModalBody form button{padding:.5em 2em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.1em;outline:none}.ModalBackground .ModalWindow .ModalBody form button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.gamesHeader{justify-content:space-between;padding-right:100px}.gamesHeader,.gamesHeader a{display:flex;flex-direction:row;align-items:center}.gamesHeader a{text-decoration:none;font-size:1.5em}.gamesHeader i{font-size:2em;margin-right:.5em}.success{background-color:#90ee90;color:#006400;border:1px solid #006400;padding:.5em;width:95%;border-radius:10px;margin:0 auto}.started{text-align:center}.gameList{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start}.gameList .gameCard{background-color:#fff;border-radius:10px;border:1px solid #69779b;box-shadow:0 8px 16px 0 rgba(0,0,0,.6);margin-bottom:2em}.gameList .gameCard a{color:#d7eaea;text-decoration:none}.gameList .gameCard .cardImage{margin:0;padding:0;border-radius:10px 10px 0 0;background-color:#69779b}.gameList .gameCard .cardImage img{width:100%;margin:0;border-radius:10px 10px 0 0;padding:0}.gameList .gameCard .cardHeader{margin:0;padding:.1em;background-color:#69779b;color:#d7eaea}.gameList .gameCard .cardBody{padding:0 1em;text-align:justify}.gameList .gameCard .cardFooter{display:flex;padding-bottom:1.5em;flex-direction:row;justify-content:space-around;align-items:center}.gameList .gameCard .cardFooter a,.gameList .gameCard .cardFooter button{color:#d7eaea;background-color:#69779b;border:1px solid #d7eaea;padding:.5em;border-radius:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,.6)}.gameList .gameCard .cardFooter button{font-size:1.1em}.gameList .gameCard .fa-thumbs-up{color:green}.gameList .gameCard .fa-thumbs-down{color:red}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner .path{stroke:#93bfec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.login{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;flex-wrap:nowrap}.login .modal{background-color:#fff;padding:1em 3em;border-radius:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,.6)}.login .modal form{display:flex;flex-direction:column;justify-content:stretch;flex-grow:1;align-items:stretch}.login .modal form input{padding:.5em 1em;border-radius:10px;margin:.4em 0;font-size:1.1em}.login .modal .error{color:#8b0000;background-color:#ffa07a;border:1px solid red;border-radius:15px;padding:1em 1.5em;margin:.5em 0}.login .modal button{padding:.5em 2em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.1em;outline:none}.login .modal button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.gameDetail{background-color:#fff;padding:2em 0}.gameDetail .gamePlayers{border-top:1px solid #69779b}.gameDetail button{padding:.5em 1em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.1em;box-shadow:0 8px 16px 0 rgba(0,0,0,.6);outline:none;text-decoration:none;margin-left:1em}.gameDetail button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.gameDetail .fa-thumbs-up{color:green}.gameDetail .fa-thumbs-down{color:red}.GameBoard{overflow:hidden}.GameBoard,.GameBoard .GameHeader{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.GameBoard .GameHeader{padding-bottom:1em}.GameBoard .GameHeader .Turnnav{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}.GameBoard .GameHeader .Turnnav button{font-size:1em;background-color:transparent;color:#69779b;border:none}.GameBoard .GameHeader #PlayersInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left}@media (min-width:800px){.GameBoard .GameHeader{flex-direction:row;justify-content:space-around;align-items:center}}.GameBoard .Board{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.GameBoard .Board .Map{background-color:#ddd;width:837px;height:768px;margin:0;padding:0;display:block;position:relative}.GameBoard .Board .Map #map{position:absolute;width:100%;top:0;left:0;z-index:1}.GameBoard .Board .Map .army,.GameBoard .Board .Map .fleet{position:absolute;z-index:2}.GameBoard .Board .Map .army{width:40px}.GameBoard .Board .Map .fleet{width:50px}@media (min-width:1330px){.GameBoard{align-items:stretch}.GameBoard .Board{flex-direction:row;justify-content:space-around}.GameBoard .Map{min-width:837px}.GameBoard .Orders{margin-top:0}}.GameBoard .Complements{align-self:stretch;flex-grow:1}.GameBoard .Complements .Messenger,.GameBoard .Complements .Orders{background-color:#fff;margin:1em 1em 0;border-radius:10px;box-shadow:0 3px 8px 0 rgba(0,0,0,.6);padding:.5em 1em;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.GameBoard .Complements .Messenger .HeaderMessage,.GameBoard .Complements .Orders .HeaderMessage{display:flex;flex-direction:row;flex-wrap:nowrap;flex-shrink:1;flex-grow:1;justify-content:stretch}.GameBoard .Complements .Messenger .HeaderMessage button,.GameBoard .Complements .Orders .HeaderMessage button{border-radius:10px 10px 0 0;border:1px solid #d7eaea;background-color:#69779b;color:#d7eaea;flex-grow:1;padding:.5em 0;font-size:.6em;display:flex;flex-direction:column;align-items:center;justify-content:center}.GameBoard .Complements .Messenger .HeaderMessage button i,.GameBoard .Complements .Orders .HeaderMessage button i{font-size:.9em;margin-right:.4em}.GameBoard .Complements .Messenger .HeaderMessage button .online,.GameBoard .Complements .Orders .HeaderMessage button .online{color:#90ee90}.GameBoard .Complements .Messenger .HeaderMessage button .offline,.GameBoard .Complements .Orders .HeaderMessage button .offline{color:#f08080}@media (min-width:550px){.GameBoard .Complements .Messenger .HeaderMessage button,.GameBoard .Complements .Orders .HeaderMessage button{font-size:.9em;display:inline;flex-direction:row}}.GameBoard .Complements .Messenger .HeaderMessage .activeTab,.GameBoard .Complements .Orders .HeaderMessage .activeTab{background-color:#d7eaea;color:#69779b;border:1px solid #69779b;border-bottom-color:#d7eaea}.GameBoard .Complements .Messenger .MessageView,.GameBoard .Complements .Orders .MessageView{background-color:#d7eaea;display:flex;flex-direction:column;justify-content:stretch;align-items:flex-start;padding-bottom:1em;flex-grow:1;border:1px solid #69779b;border-top:none;min-height:5em;max-height:50vh;overflow-y:scroll}.GameBoard .Complements .Messenger .MessageView p,.GameBoard .Complements .Orders .MessageView p{margin:0;padding:.3em}.GameBoard .Complements .Messenger .MessageView .self,.GameBoard .Complements .Orders .MessageView .self{align-self:flex-end;background-color:#acdbdf;padding:.3em 1em}.GameBoard .Complements .Messenger #MessengerForm,.GameBoard .Complements .Orders #MessengerForm{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;padding:1em 0}.GameBoard .Complements .Messenger #MessengerForm .to,.GameBoard .Complements .Orders #MessengerForm .to{display:flex;flex-direction:row;justify-content:stretch;align-items:center}.GameBoard .Complements .Messenger #MessengerForm .to select,.GameBoard .Complements .Orders #MessengerForm .to select{margin-left:.5em;flex-grow:1;padding:.5em;border-radius:5px}.GameBoard .Complements .Messenger #MessengerForm .MessageBox,.GameBoard .Complements .Orders #MessengerForm .MessageBox{display:flex;flex-direction:row;justify-content:stretch;align-items:center;padding-top:.5em}.GameBoard .Complements .Messenger #MessengerForm .MessageBox input,.GameBoard .Complements .Orders #MessengerForm .MessageBox input{flex-grow:1;padding:1em;border-radius:5px}.GameBoard .Complements .Messenger #MessengerForm .MessageBox button,.GameBoard .Complements .Orders #MessengerForm .MessageBox button{padding:.5em 1em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.1em;outline:none;text-decoration:none}.GameBoard .Complements .Messenger #MessengerForm .MessageBox button:hover,.GameBoard .Complements .Orders #MessengerForm .MessageBox button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.GameBoard .Complements .Messenger .OrdersBody,.GameBoard .Complements .Orders .OrdersBody{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.GameBoard .Complements .Messenger .OrdersBody .orderItem,.GameBoard .Complements .Orders .OrdersBody .orderItem{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;margin-top:.5em;border:1px solid #69779b;border-radius:10px;padding:.5em 0}.GameBoard .Complements .Messenger .OrdersBody .orderItem select,.GameBoard .Complements .Orders .OrdersBody .orderItem select{margin:0 .5em;flex-grow:1;padding:.5em;border-radius:5px;outline:none}@media (min-width:550px){.GameBoard .Complements .Messenger .OrdersBody .orderItem,.GameBoard .Complements .Orders .OrdersBody .orderItem{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:.5em;border:none;padding:0}}.GameBoard .Complements .Messenger button,.GameBoard .Complements .Orders button{margin-top:.5em;padding:.5em 1em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.1em;outline:none;text-decoration:none}.GameBoard .Complements .Messenger button:hover,.GameBoard .Complements .Orders button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.Logo{align-self:flex-start;flex-grow:0;padding:1em}.newGameForm{display:flex;flex-direction:column;justify-content:center;justify-content:space-between;background-color:hsla(0,0%,100%,.7);padding:1em 1em 2em}.newGameForm input,.newGameForm select{border-radius:20px;padding:.5em;width:30%;outline:none}.newGameForm .label{padding-right:1em;text-align:right;width:50%}.newGameForm label{display:flex;flex-direction:row;justify-content:flex-start;font-size:1.1em;margin:1em 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.newGameForm label .checkBox{height:25px;width:25px;background-color:#fff;border-radius:10px}.newGameForm label .checkBox:after{content:"";display:none;margin-left:9px;margin-top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.newGameForm label:hover input~.checkBox{background-color:#ccc}.newGameForm label input:checked~.checkBox{background-color:#69779b}.newGameForm label input:checked~.checkBox:after{display:block}.newGameForm .error{color:red;background-color:#ffa07a;border:1px solid red;border-radius:15px;padding:.5em}.newGameForm input[type=checkbox]{opacity:0;cursor:pointer;display:none}.newGameForm a,.newGameForm button{padding:1em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.2em;box-shadow:0 8px 16px 0 rgba(0,0,0,.6);outline:none;text-decoration:none;margin-left:1em}.newGameForm a:hover,.newGameForm button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.Posts article{background-color:#fff;margin-bottom:2em;padding:2em}.Posts article div{text-align:justify}.profileView{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-grow:1;flex-wrap:nowrap}.profileView .profileCard{background-color:#fff;padding:1em 3em;border-radius:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,.6)}.profileView .profileCard .profileimg{margin-top:-40%;border-radius:50%;position:relative}.Background{background-image:url(/static/media/MainBackground.11d437c1.gif);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.5;top:0;left:0;bottom:0;right:0;position:fixed;z-index:-1;padding-right:0;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:all .5s ease;transition:all .5s ease}.Background.toggled{-webkit-filter:blur(8px);filter:blur(8px);z-index:20;width:100wh;height:100vh;color:#fff;background:-webkit-linear-gradient(135deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;-webkit-animation:Gradient 10s ease infinite;animation:Gradient 10s ease infinite}@media (min-width:800px){.Background{background-image:url(/static/media/Main_Background.d8431653.jpg)}.Background.toggled{right:250px}}@-webkit-keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.sideBar{position:fixed;top:0;right:0;bottom:0;width:250px;opacity:0;background-color:#69779b;-webkit-transition:all .5s ease;transition:all .5s ease;color:#d7eaea;z-index:-1}.sideBar,.sideBar ul{margin:0;padding:0;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.sideBar ul{list-style:none;height:100%}.sideBar ul li{text-align:left;padding:.8em 1.5em;margin:0;position:relative}.sideBar ul li:before{content:"";position:absolute;top:0;left:0;z-index:-1;height:100%;width:3px}.sideBar ul li:before,.sideBar ul li:hover:before{-webkit-transition:width .2s ease-in;transition:width .2s ease-in}.sideBar ul li:hover:before{width:100%}.sideBar ul li.active,.sideBar ul li:before{background-color:#7281a8}.sideBar ul .homeLink.active,.sideBar ul .homeLink:before{background-color:#9db2e7}.sideBar ul .gamesLink.active,.sideBar ul .gamesLink:before{background-color:#415fac}.sideBar ul .blogLink.active,.sideBar ul .blogLink:before{background-color:#586381}.sideBar ul .rulesLink.active,.sideBar ul .rulesLink:before{background-color:#3e465b}.sideBar ul .forumLink.active,.sideBar ul .forumLink:before{background-color:#5780e7}.sideBar ul .profileLink.active,.sideBar ul .profileLink:before{background-color:#465068}.sideBar ul .sidebarBrand{padding:1.2em 1.5em;font-size:1.5em}.sideBar ul .sidebarBrand:before{background-color:#69779b}.sideBar ul .login{margin-top:auto;flex-grow:0}.sideBar a{color:#d7eaea;text-decoration:none;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.sideBar i,.sideBar img{margin-right:.5em}.sideBar .profileimg{width:30px;border-radius:50px;border:1px solid #fff}.sideBar.active{opacity:1;z-index:20}.hamburger{position:fixed;top:20px;right:15px;z-index:999;display:block;width:32px;height:32px;background:transparent;border:none;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.hamburger.is-open{right:265px}.hamburger:active,.hamburger:focus,.hamburger:hover{outline:none}.hamburger.is-closed:before{content:"";display:block;width:100px;font-size:14px;color:#fff;line-height:32px;text-align:center;opacity:0}.hamburger.is-closed:hover:before{opacity:1;display:block;-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0);-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.hamburger.is-closed .hamb-bottom,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top,.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top{position:absolute;left:0;height:4px;width:100%}.hamburger.is-closed .hamb-bottom,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top{background-color:#69779b}.hamburger.is-closed .hamb-top{top:5px;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.hamburger.is-closed .hamb-middle{top:50%;margin-top:-2px}.hamburger.is-closed .hamb-bottom{bottom:5px}.hamburger.is-closed .hamb-bottom,.hamburger.is-closed:hover .hamb-top{-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.hamburger.is-closed:hover .hamb-top{top:0}.hamburger.is-closed:hover .hamb-bottom{bottom:0;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top{background-color:#69779b}.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-top{top:50%;margin-top:-2px}.hamburger.is-open .hamb-top{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);transition:transform .2s cubic-bezier(.73,1,.28,.08);transition:transform .2s cubic-bezier(.73,1,.28,.08),-webkit-transform .2s cubic-bezier(.73,1,.28,.08)}.hamburger.is-open .hamb-middle{display:none}.hamburger.is-open .hamb-bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);transition:transform .2s cubic-bezier(.73,1,.28,.08);transition:transform .2s cubic-bezier(.73,1,.28,.08),-webkit-transform .2s cubic-bezier(.73,1,.28,.08)}.hamburger.is-open:before{content:"";width:100px;font-size:14px;color:#fff;line-height:32px;text-align:center;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.hamburger.is-open:before,.hamburger.is-open:hover:before{display:block;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.hamburger.is-open:hover:before{opacity:1;-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0)}.register{display:flex;flex-direction:column;justify-content:center;align-items:stretch;flex-grow:1;flex-wrap:nowrap}.register .modal{background-color:#fff;padding:1em 3em;border-radius:10px;box-shadow:0 8px 16px 0 rgba(0,0,0,.6)}.register .modal form{display:flex;flex-direction:column;justify-content:stretch;flex-grow:1;align-items:stretch}.register .modal form input{padding:.5em 1em;border-radius:10px;margin:.4em 0;font-size:1.1em}.register .modal form .field{display:flex;flex-direction:row;justify-content:stretch}.register .modal form .field input{flex-grow:1}.register .modal form .field button{padding:0 3em}.register .modal .error{color:#8b0000;background-color:#ffa07a;border:1px solid red;border-radius:15px;padding:1em 1.5em;margin:.5em 0}.register .modal button{padding:.5em 2em;border-radius:10px;border:1px solid #69779b;background-color:#d7eaea;color:#69779b;font-size:1.1em;outline:none}.register .modal button:hover{background-color:#acdbdf;box-shadow:0 3px 8px 0 rgba(0,0,0,.6)}.notFound{display:flex;flex-direction:column;flex-grow:1;justify-content:center;align-content:stretch;font-size:1.5em;height:70vh}body{margin:0;padding:0;font-family:Noto Sans SC,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#69779b}.headtype,h1,h2,h3,h4,h5,h6,h7{font-family:"Noto Serif SC",serif}a{color:#69779b}a,button,input{outline:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center;min-height:100vh;padding-right:0;display:flex;flex-direction:column}@media (min-width:800px){.App{-webkit-transition:all .5s ease;transition:all .5s ease}.App.toggled{padding-right:250px}}
/*# sourceMappingURL=main.1624a7cf.chunk.css.map */