.customPlayButton{
    position: absolute;
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top:40%;
    left: 40%;
    color:#47a041;
    border:none;

}
.customPlayButton:hover{
    transform: scale(1.1);
}
