@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.mrow.social/Inter.woff2") format("woff2");
}

html {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

body {
    text-align: center;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

form {
    margin-top: 6px;
}

a {
    color: #0048ff !important;
    text-decoration: underline;
    display: block;

    transition: all 0.6s ease-in-out;
}

#links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4px;
    font-size: 14px;
    gap: 4px;
}

.smoltext {
    font-size: 11px;
}