/* Style */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #000;
            color: white;
            text-align: center;
        }
        header {
            background-color: #000;
            padding: 20px;
        }
        nav {
            margin: 10px 0;
        }
        nav a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }
        .hero {
            background: url('xerxes_web.png') no-repeat center;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            font-weight: bold;
            text-shadow: 2px 2px 5px black;
        }
        section {
            padding: 20px;
                
        }
        section a {
            color: white;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }
        footer {
            background-color: #000;
            padding: 10px;
            margin-top: 20px;
        }
