html, body { height: 100%; }
body { margin: 0; background-color: black; color: white; font-family: sans-serif; font-size: 12pt }
.btn, button { background-color: #814ac8; color: white; border-radius: 4px; padding: 6px 12px; font-size: 13pt }
.inter400 { font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }
.c { display: flex; align-items: center; justify-content: center; }
@media (min-height: 440px) { .c { height: 100%; } }
.card { width: auto; color: black; border-radius: 13px;
background-color: white;
padding: 1em 1.5em; box-sizing: border-box; /*height: 437px;*/ width: 693px;
display: flex; flex-direction: column; justify-content: space-between;
}
body::before { content: ""; position: fixed; top: 0; left: 0; right: 0; z-index: -1; display: block;
background-size: cover; width: 100%; height: 100%; filter: blur(5px);
background-color: transparent;
background-repeat: no-repeat; background-position: center;
background-image: url(/s/wallhaven-45zdx1.png) }
.ix { display: none }
/*.wrap { padding: 16px 32px; }
@media (min-width: 200px) { .wrap { padding: 16px 200px; } }
*/
.signal { font-weight: 600 }
.spacey { display: flex; align-items: baseline; justify-content: space-around }
