.playButton {
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playButton img {
    width: 40px;
    height: 40px;
    object-fit: contain; /* This ensures the image maintains its aspect ratio */
}
