body {
    background-color: black;
    color: #f0f8ff;
    font-family: 'Roboto', sans-serif;
    padding: 40px;
    margin: 0;
}

h1 {
    color: #00ffff;
    text-align: center;
    font-size: 2.5em;
    text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff;
}

h2 {
    color: #ff00ff;
    text-align: center;
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff;
}

nav {
    text-align: center;
    margin-bottom: 30px;
}

nav a {
    color: #39ff14;
    text-decoration: none;
    margin: 0 12px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 0 0 5px #39ff14, 0 0 10px #39ff14;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #ff6ec7;
    text-shadow: 0 0 10px #ff6ec7, 0 0 20px #ff6ec7;
}

img {
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;

    border: 3px solid #ffffff10;
    border-radius: 12px;
    box-shadow: 0 0 20px #ffffff33;
}

footer {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.85em;
    padding: 5px 10px;
    background-color: whitesmoke;
    color: #333;
    border-top: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /
}
.small-logo {
    width: 200px;
    height: auto;
}


.pod-box {
    background-color: black;
    border-radius: 12px;
    padding: 20px;
    margin: 20px auto;
    max-width: 700px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    text-align: center;
}

