* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: #06070d;
    color: #eef2ff;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input {
    font: inherit;
}