.page_Page__dpYEg{display:flex;justify-content:center;align-items:center;height:calc(100vh - 300px);max-width:800px}@media screen and (max-width:600px){.page_Page__dpYEg h1{font-size:24px}}.notifications_Notifications__SWskt{position:fixed;bottom:10px;left:10px;z-index:12000}.notifications_Notifications__SWskt div{color:#fff;margin-top:10px;padding:10px 12px;border-radius:5px;display:flex;align-items:center;gap:10px;max-width:400px;opacity:0;animation:notifications_show__DUJwm 3s ease-in-out 1;box-shadow:4px 4px 8px 0 rgba(34,60,80,.2)}.notifications_Notifications__SWskt div svg{flex-shrink:0}@keyframes notifications_show__DUJwm{0%{opacity:0}5%{opacity:1}95%{opacity:1}to{opacity:0}}.notifications_Notifications__SWskt .notifications_Info__w_rU5{background-color:var(--accent-color)}.notifications_Notifications__SWskt .notifications_Error__vASzM{background-color:var(--danger-color)}@media screen and (max-width:1000px){.notifications_Notifications__SWskt{top:10px}}