.under_construction{display:flex;flex-direction:column;margin:auto;padding:1rem;width:calc(800px - 2rem);background-color:#2f333e;border-radius:2rem}.under_construction_icon{margin:0 auto 2rem;color:#ff0}.under_construction_icon svg{-webkit-animation:slide-bottom .5s cubic-bezier(.47,0,.745,.715) infinite alternate both;animation:slide-bottom .5s cubic-bezier(.47,0,.745,.715) infinite alternate both}@-webkit-keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(2rem);transform:translateY(2rem)}}@keyframes slide-bottom{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(2rem);transform:translateY(2rem)}}.under_construction_header{margin:0 auto;color:#fff;font-weight:900;font-size:4rem}.under_construction_description{margin:1rem auto;color:#ddd}.under_construction_card{display:flex;flex-direction:column;background-color:#3a3f48;margin:1rem 2rem 2rem;padding:1rem;border-radius:1rem}.under_construction_card_icon{display:flex;color:#5698f5;align-items:center}.under_construction_card_header{margin:0 1rem;color:#fff}.under_construction_card_description{color:#ddd;margin:1rem}@media screen and (max-width: 800px){.under_construction{width:calc(100% - 2rem);border-radius:0;background-color:transparent}}body{margin:0;width:100vw;height:100vh}.window{display:flex;flex-direction:column;width:100vw;height:100vh;background-color:#191e2a}
