
#text{
display:none;
}
.btn-container{
  margin: auto;
  height:44px;
  width:166.23px;
  
}
a:active{
  color:#ffd323;
}
body{
 color:#000;
}

 button {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	border: none;
	padding: 4px 19px;
	font-size: 15px;
	background: linear-gradient(141deg, #e0dede 0%, #edecec 51%, #ddd 75%);
	color: black;
	font-family: cursive;
	box-sizing: border-box;
	margin-top: 17px;
	border-radius: 4px;
	font-family: inherit;
}
body{

}