body {
    font-family: Arial, sans-serif;
    background-color: #1e1e1e;
    color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.up-page {
    background: linear-gradient(to bottom, #a858f2, #252525 675px) !important;
}

/* Reste du css */

.container {
    width: 60%;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}

.command-section {
    margin-bottom: 30px;
    background-color: #252525;
    border-radius: 10px;
    padding: 15px;
}

.command-section h2 {
    color: #6f41db;
    margin-bottom: 10px;
}

.command {
    background-color: #252525;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.command .command-name {
    font-weight: bold;
    color: #3498db;
}

.command .command-description {
    margin-top: 5px;
    font-size: 14px;
    color: #ddd;
}