*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-color: black;
    color: white;
    justify-content: center;
    text-align: center;
}
#heading{
    padding-top:50px ;
    /* justify-content: center;
    text-align: center; */
    font-size: 70px;
    margin-top: 50px;
    padding-top:40px;
    
}
.image{
    width: 280px;
    height: 280px;
}
#img{
    /* justify-content: center;
    text-align: center; */
    margin-top: 5px;
    margin-bottom: 2px;
}
button{
  color: white;
  background: black;
}
button:hover{
    color: grey;
}
#player>span:nth-child(1){
 font-size:20px;
 margin-right: 90px;
 color: cyan; 
}
#player>span:nth-child(2){
    font-size:20px;
    margin-left: 95px;
    color:rgb(182, 131, 218)
   }
#player{
    margin-top: 120px;
}