* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    font-family: Arial, sans-serif;
    background: #f5f5f0;
    color: #111;
}

main {
    min-height: 100vh;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.number {
    font-size: 14px;
    margin: 0 0 30px;
}

h1 {
    font-size: clamp(50px, 10vw, 160px);
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin: 0;
}

.status {
    margin-top: 40px;
    font-size: 16px;
}