
body {
    background-color: #242424;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


h1 {
    text-align: center;
    color: #646cff;
    font-size: clamp(2rem, 5vw + 1rem, 5rem);
    font-family: system-ui, system-ui, Avenir, Helvetica, Arial, sans-serif;
}