body {
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
    background-color: #747776;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    text-align: center;
}

h1 {
    text-align: center;
    color: #102542;
}

h1 img {
    max-width: 80%;
}

.album {
    width: 100%;
    text-align: center;
}

.album h2 {
    text-align: center;
    color: #102542;
}

.album h2 img {
    max-width: 80%;
    border-radius: 8px;
}

.album ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.album li {
    margin: 0.1em 0.4em;
    padding: 0.2em 0.4em;
}

.album li a, .album li a:visited {
    color: #ffc857;
    font-weight: bold;
    text-decoration: none;
}

.album li a:focus, .album li a:hover {
    color: white;
}

a, a:visited {
    color: #57a8ef;
    font-weight: bold;
    text-decoration: none;
}

a:focus, a:hover {
    color: white;
}

.video {
    width: 100%;
    max-width : 90%;
    aspect-ratio: 16/9;
    margin: 0 auto;
}

.video iframe {
    width: 100%;
    height: 100%;
}

#music-platforms {
    text-align: center;
    margin-top: 30px;
}

#music-platforms h2 {
    color: #333;
}

#music-platforms ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#music-platforms li {
    display: inline-block;
}

#music-platforms li a, #music-platforms li a:visited {
    background-color: #88a2aa;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: block;
}

#music-platforms li a:focus, 
#music-platforms li a:hover {
    background-color: #ffc857;
    color: #102542;
}

@media (max-width: 768px) {
    .swiper-container {

        height: calc((100vw - 20px) * 9 / 16);
    }

    .swiper-slide iframe {
        width: 100%;
        height: 100%;
    }
}
