		body {
            font-family: Arial, sans-serif;
            background-color: #121212;
            color: #ffffff;
            text-align: center;
            margin: 0;
            padding: 0;
        }
        .logo, .logo2 {
            position: fixed;
            top: 32%; 
            width: 160px;
            height: auto;
            z-index: -1;
        }
        .logo { left: 0; }
        .logo2 { right: 0; }
        .container {
            max-width: 950px;
            margin: auto;
            padding: 50px 20px;
        }
        h1 {
            font-size: 2.5em;
            margin-bottom: 15px;
			margin-top: 1px;
            color: white;
        }
        h2 {
            font-size: 2em;
            margin-bottom: 15px;
			margin-top: 60px;
            color: white;
        }
        table {
            width: 100%;
			font-size: 0.9em;
            border-collapse: collapse;
            background: #1e1e1e;
            margin-bottom: 30px;
        }
        th, td {
            padding: 12px;
            border: 1px solid #1565c0;
        }
        th {
            background: #1e88e5;
        }
        .back-button {
            display: inline-block;
            margin-top: 10px;
			margin-bottom: 90px;
            background-color: #1e88e5;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1.1em;
        }
        .back-button:hover {
            background-color: #1565c0;
        }
        footer {
            background-color: #121212;
            color: silver;
            text-align: center;
            padding: 10px;
            border-top: 2px solid #1565c0;
            box-shadow: 0px -5px 5px rgba(0,0,0,0.5);
            position: fixed;
            bottom: 0;
            width: 100%;
        }