body {
    background-color: #0f1115;
    color: #eaeaea;
    font-family: Arial, sans-serif;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.container {
    text-align: center;
}

h1 {
    margin-bottom: 30px;
}

a {
    display: block;
    margin: 10px 0;
    padding: 15px 25px;
    background: #1f2933;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
}

a:hover {
    background: #3b82f6;
}
