body {
    background-color: #0f172a;
    color: #e5e7eb;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.25rem;
}

header {
    background: linear-gradient(135deg, #1e293b, #020617);
}

header h1 {
    font-size: 3rem;
    font-weight: bold;
}

main{
    margin-bottom: 64px;
    margin-top : 48px;
}

.subtitle {
    color: #94a3b8;
    font-size : 2.5rem;
    text-transform : uppercase;
}

.section-title {
    margin-bottom: 20px;
    border-bottom: 2px solid #334155;
    padding-bottom: 10px;
}

.command-card {
    background-color: #020617;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    font-size: 1rem;
}

.command-card h5 {
    color: #38bdf8;
}

footer {
    background-color: #020617;
    color: #94a3b8;
}

.love{
    height: 25px;
    width: 25px;
}
