
html, body {
	color: rgb(180,210,190);
	background-color: rgb(44, 11, 32);
}
button {
	border-radius: 50%;
	background-color: rgb(70,220,70);
	color: rgb(100,10,100);
	padding:12px;
}
button:hover {
	background-color: rgb(30, 180, 30);
	color: rgb(70, 00, 70);
}
button:active {
	background-color: rgb(100,100,30);
}
input {
	height: 100%;
	width: 100%;
	border-radius: 10%;
}
