#threejs-container {
    width: 100%;
    height: 80vh;
    background: #000;
}

body {
    background-color: #1a1a1a;
    color: #e0e0e0;
}

form label, form input, form textarea, form button {
    color: #e0e0e0;
    background-color: #333;
    border: none;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

form button {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #444;
    color: #e0e0e0;
    border: none;
}

form button:hover {
    background-color: #555;
}
