﻿body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #ddffdd;
    color: #333;
    text-align: center;
}
.page {
    margin: 15px;
    border: solid 2px #335533;
    padding: 15px;
}
h1 {
    font-size: 2em;
    margin-bottom: 10px;
}
p {
    font-size: 1.5em;
    max-width: 600px;
    margin: 0 auto 20px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 20px auto;
}
.gallery img {
    width: 650px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}
.gallery img:hover {
    transform: scale(1.05);
}
audio {
    margin-top: 20px;
    outline-style: double;
    outline-color: #335533;
}
.ddllbl {
    width: 150px;
    font-size: 20px;
    font-weight: 400;
}
.ddllist {
    width: 250px;
    font-size: 18px;
    font-weight: 400
}
.settbl {
   /* border: 0;
    justify-content: center;*/
    margin-left: auto;
    margin-right: auto;
}
#Lyrics {
    font-size: 18px;
    font-weight: 400;
}
#AlbumSongName {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
#PLayCount {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
