.btn {
  padding: 10px 8px;
  width: 50px;
  color: #fff;
  background:#525cf0;
  border: 1px solid #555;
  border-radius: 5px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  transition: background 1s;
}
.btn:hover{
	background: #d783df;
	
	
}

body{background-image:url(TheNext.png);
     background-repeat:no-repeat;
	 background-size:100%;}