.command-box {
    background-color: #383838; /* Gray background */
    border: 1px solid #ccc; /* Light gray border */
    padding: 10px; /* Add padding inside the box */
    margin: 10px 0; /* Space around the box */
    border-radius: 5px; /* Rounded corners */
    color: white; /* Change text color to white */
}
