/* Dark Theme Styles */
body {
    background-color: #121212;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h2, h3 {
    color: #ffffff; /* White titles */
    text-align: center;
}

.resized-image {
    display: block;
    margin: 20px auto;
    width: 500px;
    height: 500px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
}

th, td {
    border: 1px solid #444444;
    padding: 8px;
}

th {
    background-color: #0066cc;
    color: white;
}

td {
    text-align: center;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

/* Video Page Styles */
.video-container {
    text-align: center;
    margin: 40px auto;
}

video {
    margin-top: 20px;
    max-width: 90%;
    height: auto;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

a.button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #0066cc;
    text-decoration: none;
    border-radius: 5px;
}

a.button:hover {
    background-color: #005bb5;
}

/* Center Magnetic Indices Section */
.magnetic-indices {
    text-align: center;
    margin: 20px auto;
    max-width: 600px;
}

