body {
	color: black;
	font-size: 18px;
}

button {
	background: #505050;
	color: #ffffff;
	height: 40px;
	width: 200px;
	margin: 10px;
	border: none;
	border-radius: 20px;
	font-size: 18px;
	outline: none;
}

button:hover {
	background: #555555;
	color: #62abff;
	cursor: pointer;
}