* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;

    width: 100%;
    height: 100%;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    background: #020b13;

    color: #ffffff;
}

button,
input {
    font-family: inherit;
}

button {
    cursor: pointer;
}

.error-page {
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    background: #020b13;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;

    width: 100%;
    height: 100%;

    font-family:
        Inter,
        Arial,
        Helvetica,
        sans-serif;

    background: #020b13;

    color: #ffffff;
}

button,
input {
    font-family: inherit;
}

button {
    cursor: pointer;
}

.error-page {
    min-height: 100vh;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    background: #020b13;
}