body {
    background: url('/radio/neon.gif') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

#player {
    width: 260px;
    height: 520px;
    background-color: white;
    background-image: url('/radio/neon3.gif'); /* Замените на путь к вашему изображению */
    background-size: cover;
    background-position: center;
    border-radius: 19.5px;
    margin-top: 0%;
    margin-bottom: 10%;
    margin-left: 0%; 
    margin-right: 10%;                 
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#screen {
    width: 90%;
    height: 50%;
    background-color: blue;
    background-image: url('/radio/neon2.gif'); /* Замените на путь к вашему изображению */
    background-size: cover;
    background-position: center;
    border-radius: 19.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#controls {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

button {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    font-size: 1.8em;
}

#play {
    background-color: #4CAF50;
    color: white;
}

#volume {
    display: flex;
    justify-content: space-between;
    width: 78%;
}

#radioStations {
    width: 80%;
    height: 40px;
    margin-top: 10px;
    border-radius: 5%;
}

#volumeControl {
    width: 70%;
    height: 10px;
    margin-top: 10px;
}
