.shadow_button1{
	outline: none;
	cursor: pointer;
	padding: 1rem 2rem;
	box-shadow: 2px 2px 4px gray;
	border: 1px solid #ccc;
}
