body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #fff;
    margin: 0;
    padding: 0;
}

.banner {
    background-color: #333;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.banner h1 {
    margin: 0;
    font-size: 32px;
}

.icon {
    width: 50px;
    height: auto;
}

.banner-image {
    max-height: 200px; /* Adjust the max-height as needed */
    margin-right: 20px;
}

.container {
    text-align: center;
    padding: 20px;
}

h2 {
    margin-bottom: 20px;
}

.download-link {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4CAF50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-right: 10px;
}

.download-link:hover {
    background-color: #45a049;
}

.select-button {
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-button:hover {
    background-color: #555;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.navigation {
    background-color: #555;
    padding: 10px 0;
    text-align: left;
}

.navigation a {
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.navigation a:hover {
    background-color: #777;
}

.about-box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
}

.music-player {
    text-align: center;
    margin-top: auto; /* Push the music player to the bottom */
    width: 100%;
}

.upload-section {
    text-align: center;
    margin-top: 20px; /* Adjust as needed */
}

.upload-form {
    display: inline-block;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container2 {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
}

.disk-info {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.disk-item {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.disk-item h2 {
    margin-top: 0;
}

.disk-item p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.about-box table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.about-box th, .about-box td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.about-box th {
    background-color: #333;
    color: white;
}

.about-box tr:nth-child(even) {
    background-color: #444;
}

.about-box tr:hover {
    background-color: #555;
}

.about-box a {
    color: #4CAF50;
    text-decoration: none;
}

.about-box a:hover {
    text-decoration: underline;
}

.back-arrow {
    text-decoration: none;
    font-size: 1.5em;
    margin-right: 10px;
    color: #4CAF50;
}

.back-arrow:hover {
    color: #45a049;
}