@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700&display=swap');

body {
    background-color: #121212;
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
}

p {
    font-size: 1.5rem;
    margin: 0;
}

.orange {
    color: #ff8c00;
}

#progress {
    background: linear-gradient(to right, #ff69b4, #00b7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
}

input[type="text"] {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
    width: 100%;
}

input[type="text"]:focus {
    border: 1px solid #ff8c00;
    outline: none;
}

#hellobox {
    max-width: 500px;
}

#audio, #canvas {
    display: none;
}