body {
    font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
    background-color: #111111;
    color: #eee;
}

.f-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link {
    text-decoration: underline;
    color: inherit;
}

.w-90 {
    width: 90%;
}

.mt-10 {
    margin-top: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.d-block {
    display: block;
}
