
.inputFile{
	display: none;
}
label{
	height:100px;
	width:100px;
	display: flex;
	justify-content: center;
	color: white;
	margin-bottom: 10px;
	background: linear-gradient(45deg,blue,red);
	cursor:pointer;
}
button{
	padding: 20px 25px;
	cursor:pointer;
}
.bar{
	height:50px;
	width:500px;
	background:gray;
}
.progress{
	background: linear-gradient(12deg,blue,red);
	height:100%;
	width:0%;
}
.uploadPercentage{
	font-size:25px;
}

body {
    background-color:black;
}

.Muz{
		font-size:25px;
		  animation: transitionIn 0.5s;
}

.PlayBUT:active {
  animation: transitionIn1 0.5s;
}

.PlayBUT{
	background: none;
	
	cursor: pointer;
	
    background-color: DodgerBlue;
    color: white;
    padding: 1rem 2rem;
    font-size: 2rem;
    text-decoration: none;
    border-radius:15px;
		box-shadow: inset 0 0 0 0 DodgerBlue;
	transition:color 2.9s linear;
	 position: relative;
  overflow: hidden;
  transition: 0.3s;
  outline: none;
  
}


.PlayBUT:hover {

	
	box-shadow: inset 130px 0 0 0 RoyalBlue;
 	cursor : pointer;
	color : white;
  }

