body{
     font-family: "skibidi Gothic";
     background-color: rgb(25, 25, 25);
     text-align: center;
     color: rgb(255, 255, 255);

}
.title {
	color: #00ff00;
}

button {
	font-family: "skibidi Gothic";
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	background: rgb(255, 255, 255);
	color: #0a0a0a;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.2em;
	padding: 18px 10px;
	width: 180px;
	margin: 10px;
	border: none;
	border-radius: 15px;
	box-shadow: 0 9px rgb(192, 192, 192);
}

button:active {
	box-shadow: 0 5px rgb(160, 160, 160);
	background: rgb(209, 209, 209);
	transform: translateY(4px);
}