h1 {
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%;
}

#root {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.fit-content {
    width: fit-content;
}

.divider {
    width: 1px;
    background: var(--border);
    margin: 6px 12px;
}

.relative {
    position: relative;
}