body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: url('SunCloud.png') no-repeat center center fixed;
    background-size: cover;
    color: white;
}
h1 {
    text-align: center;
    padding: 40px 20px 20px;
    margin: 0;
    font-size: 32px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.content {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

th, td {
    padding: 12px 15px;
    text-align: left;
    color: #ffffff;
}

th {
    background-color: rgba(0, 123, 255, 0.2);
    font-weight: bold;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

a {
    color: #00ccff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    color: #ccc;
    font-size: 14px;
    padding: 20px;
    margin-top: 40px;
}

