@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Nunito Sans,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#050e21;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:0!important;padding:0!important;width:100%;height:100vh;box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100vw;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._footerDiv_1t5hl_1{display:flex;justify-content:center;gap:30px;align-items:center}._title_1t5hl_8{color:#fff;font-size:18px;font-weight:500}._title_1t5hl_8:not(:last-child):after{content:" ∣ ";color:#fff;margin-left:20px;pointer-events:none}._layout_157t7_1{min-height:100vh;background-color:#010021;width:100vw;max-width:none;margin:0;padding:0;box-sizing:border-box}._main_157t7_11{min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;width:100%;max-width:100vw;box-sizing:border-box}._logoContainer_157t7_23{display:flex;justify-content:center;align-items:center;margin-bottom:70px}._logo_157t7_23{width:242px;height:111px}@media(max-width:1550px){._logoContainer_157t7_23{margin-bottom:40px}._logo_157t7_23{width:200px;height:auto}}._rootDiv_mcqg7_1{position:static;display:flex;height:100vh;background-color:#050e21;width:278px;min-width:278px;max-width:278px}hr{border:none;border-top:1px solid black}._hrSidebar_mcqg7_16{border:none;border-top:1px solid #ffffff;margin:0 43px 10px}._nav_mcqg7_22{display:flex;flex-direction:column;flex:1}._logoSidebar_mcqg7_28{margin-top:61px;margin-bottom:42px;display:flex;justify-content:center}._logoSidebar_mcqg7_28 img{width:50%}._ul_mcqg7_39{flex:1}._ul_mcqg7_39._bottom_mcqg7_43{display:flex;flex:0;flex-direction:column;margin-bottom:25px}._optionWrapper_mcqg7_51{flex:1;display:flex;align-items:center;padding:4px 0;min-height:45px;width:217px;gap:12px;cursor:pointer;position:relative;margin:0 0 6px 28px}._optionWrapper_mcqg7_51._selected_mcqg7_64{background-color:#f5f95e;border-radius:10px;min-height:45px}._optionIcon_mcqg7_70{height:15px;width:15px;margin-left:16px;transition:transform .3s ease}._optionIconLarge2_mcqg7_77{height:17px;width:17px}._optionText_mcqg7_82{font-size:20px;font-weight:400;color:#fff;text-align:left}._optionWrapper_mcqg7_51._selected_mcqg7_64 ._optionText_mcqg7_82{color:#050e21}._profileWrapper_mcqg7_95{display:flex;flex:0;flex-direction:column;margin:0 0 25px 39px;width:239px}._profileInfo_mcqg7_103{flex:1;margin-left:4px;min-width:0;text-align:left}._profileName_mcqg7_110{font-size:20px;font-weight:400;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:-4px}._optionWrapper_mcqg7_51._selected_mcqg7_64 ._profileName_mcqg7_110,._optionWrapper_mcqg7_51._selected_mcqg7_64 ._profileEmail_mcqg7_121{color:#000}._profileEmail_mcqg7_121{font-size:12px;color:#fff;font-weight:300;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._avatar_mcqg7_134{height:38px;width:38px;border-radius:50%}._profileMenu_mcqg7_142{position:absolute;left:260px;bottom:52px;background-color:#fff;border-radius:20px;border:1px solid rgb(148,146,146);box-shadow:0 4px 12px #00000026;width:365px;height:auto;min-height:180px;display:flex;flex-direction:column;padding:0 24px 16px;z-index:1}._profileMenuItem_mcqg7_159{display:flex;align-items:center;padding:0 16px;cursor:pointer;gap:12px;flex:1;margin:4px 0}._profileMenuItem_mcqg7_159:hover{background-color:#f5f95e;border-radius:10px}._profileMenuItem_mcqg7_159 img{width:15px;height:15px}._profileMenuItem_mcqg7_159 span{font-size:18px;color:#000;font-weight:400}._profileHeader_mcqg7_185{display:flex;align-items:center;text-align:left;padding:16px 0;gap:18px;margin-bottom:8px;min-height:80px;min-width:0}._profileHeaderImage_mcqg7_196{width:57px;min-width:57px;height:57px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}._profileHeaderInfo_mcqg7_209{min-width:0;overflow:hidden}._profileHeaderName_mcqg7_214{font-size:22px;font-weight:400;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._profileHeaderEmail_mcqg7_223{font-size:15px;color:#000;margin:2px 0 0;font-weight:300}._profileOption_mcqg7_230{display:flex;align-items:center;height:55px;gap:10px;cursor:pointer;position:relative;margin:10px 32px 20px 0;padding:0 10px 0 8px;overflow:hidden}._profileOption_mcqg7_230._selected_mcqg7_64{background-color:#f5f95e;border-radius:10px}._profileOption_mcqg7_230._selected_mcqg7_64 ._profileName_mcqg7_110,._profileOption_mcqg7_230._selected_mcqg7_64 ._profileEmail_mcqg7_121{color:#050e21}@media(max-width:1550px){._rootDiv_mcqg7_1{width:220px;min-width:220px;max-width:220px}._logoSidebar_mcqg7_28{margin-top:40px;margin-bottom:30px}._logoSidebar_mcqg7_28 img{width:45%}._optionWrapper_mcqg7_51{width:175px;min-height:40px;margin:0 0 4px 20px;gap:10px}._optionWrapper_mcqg7_51._selected_mcqg7_64{min-height:40px}._optionText_mcqg7_82{font-size:16px}._optionIcon_mcqg7_70{height:14px;width:14px;margin-left:14px}._hrSidebar_mcqg7_16{margin:0 30px 8px}._profileWrapper_mcqg7_95{margin:0 0 20px 28px;width:192px}._profileOption_mcqg7_230{height:48px;gap:8px;margin:8px 24px 16px 0;padding:0 8px 0 6px}._profileName_mcqg7_110{font-size:16px}._profileEmail_mcqg7_121{font-size:11px}._avatar_mcqg7_134{height:32px;width:32px}._profileMenu_mcqg7_142{left:205px;width:300px;min-height:160px;padding:0 20px 14px}._profileHeaderImage_mcqg7_196{width:48px;min-width:48px;height:48px}._profileHeaderName_mcqg7_214{font-size:18px}._profileHeaderEmail_mcqg7_223{font-size:13px}._profileMenuItem_mcqg7_159 span{font-size:15px}}._rootDiv_rjx9p_1{display:flex;width:100vw;height:100vh;overflow:hidden}._main_rjx9p_8{flex:1;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}._container_1yo37_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#f7f8fa}._card_1yo37_10{max-width:520px;width:100%;padding:32px;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;text-align:center}._title_1yo37_20{margin:0 0 12px;font-size:22px;font-weight:600;color:#050e21}._message_1yo37_27{margin:0 0 24px;font-size:14px;color:#4a4a4a;line-height:1.5}._button_1yo37_34{padding:10px 24px;font-size:14px;font-weight:500;color:#fff;background-color:#050e21;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s ease}._button_1yo37_34:hover{opacity:.9}._container_1329q_1{display:flex;align-items:center;justify-content:center;width:100%;height:100vh}
