body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0f0f0f;
    color: #e0e0e0;
    overflow-x: hidden;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

h2 {
    border-left: 5px solid #03a9f4;
    padding-left: 10px;
    color: #03a9f4;
}


.CodeMirror-cursor {
    height: 1.3;
    border-left: 1px solid #fff;
    /* Adjust the width and color of the cursor */
}

.CodeMirror {
    background-color: #939393;
    color: #fff;
    border: 1px solid #555;
    line-height: 1.3;
    font-size: 13px;
    height: 500px !important;
}

button {
    background-color: #03a9f4;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px !important;
    margin-top: 10px;
}

button:hover {
    background-color: #0288d1;
}

input[type="text"],
input[type="password"] {
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #1e1e1e;
    color: #fff;
}


.section {
    margin-bottom: 40px;
}

pre {
    background-color: #1e1e1e;
    /* Slightly lighter dark shade for output */
    color: #fff;
    /* White text */
    border: 1px solid #555;
    /* Dark border */
    width: 100%;
    /* Full width */
    overflow: auto;
    /* Scrollable */
}

pre {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
    font-family: monospace;
}

.output-box {
    background-color: #0f0f0f;
    color: #00ff99;
    padding: 12px;
    border-radius: 6px;
    font-size: 13px;
    overflow-x: auto;
    margin-bottom: 20px;
    font-family: monospace;
}

nav {
    background: #0f0f0f;
    color: #fff;
    font-size: 1em;         /* Larger font size */
    padding: 30px 0;          /* More vertical padding */
    text-align: center;
    letter-spacing: 1px;      /* Optional: more spacing between letters */
}

nav a {
    color: #8593d3;
    text-decoration: none;
    margin: 0 30px;         /* Increase spacing between links */
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

.resizable-editor { resize: vertical; overflow: auto; min-height: 200px; max-height: 1200px; }
.resizable-editor .CodeMirror { height: 100% !important; min-height: 200px; }

.step0-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 0 2px 8px #000a;
    display: flex;
    flex-direction: column;
    /* align-items: center; */ /* REMOVE or COMMENT THIS OUT */
}

/* or */
.discord-link { margin-left: auto; margin-right: auto; display: inline-flex; }
