* {
    margin: 0;
    padding: 0;
}

.btn {
    background: #7C7C7C;
	border-bottom: 6px inset rgba(0, 0, 0, 0.456);
	border-left: 6px inset rgba(255, 255, 255, 0.451);
	border-right: 6px inset rgba(0, 0, 0, 0.603);
	border-top: 6px inset rgb(255, 255, 255);
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	margin: 0.2rem;
	min-width: 100px;
	padding: 0.4rem;
	width: auto;
    font-family: 'Times New Roman', Times, serif;
	
	&:focus,
	&:hover {
		background: #BCBCBC;
	}
}