body {
    background-color: #0d1117; /* Dark background */
    color: #c9d1d9; /* Light grey text */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

h1 {
    color: #58a6ff; /* A nice tech-blue for the main title */
    margin-bottom: 0px;
}

h2 {
    color: #8b949e;
    font-weight: 400;
    margin-bottom: 40px;
}

ul {
    list-style-type: none;
    padding: 0;
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 10px;
    padding: 20px 40px;
}

li {
    margin: 15px 0;
    font-size: 1.2rem;
}

a {
    color: #58a6ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 50px;
    font-size: 0.9rem;
    color: #484f58;
}
