body {
    font-family: monospace;
    background-color: #1a1d23;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 18px; /* Added font-size to body */
}

.title {
    text-align: center;
    margin: 40px 0;
    color: #ffffff;
    font-size: 24px; /* Increased font-size for title */
}

.terminal {
    width: 60%;
    margin: 0 auto;
    background-color: #000000;
    padding: 20px;
}

.terminal-output {
    color: #f8f8f2;
}

.terminal-output h2 {
    color: #66d9ef;
    font-size: 20px;
    margin-bottom: 10px;
}

.terminal-output p {
    margin-bottom: 20px;
}

.terminal-output h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.terminal-output ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terminal-output li {
    margin-bottom: 10px;
}

.terminal-output b {
    color: #a6e22e; 
}

.terminal-output a {
    color: #66d9ef;
    text-decoration: none;
}

.terminal-output a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
}


footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}