body {
	padding-top: 10%;
	text-align: center;
	font-family: 'Open Sans';

	background: rgb(4,0,74);
	background: linear-gradient(90deg, rgba(4,0,74,1) 0%, rgba(156,40,139,1) 93%);
	color: white;
}

button {
	background-color: #0e6573;
	border: none;
	padding: 1rem;
	cursor: pointer;
	color: white;
}

