body {
    font-family: Arial;
    background: #0f172a;
    color: white;
}
h1 {
    text-align: center;
}
.module {
    background: #1e293b;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
}
