body {
	color: white;
	background: rgb(40, 42, 53);
	/* background: rgba(0, 0, 0, 0.12); */
	font-family: "Arial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

.row-container {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.row {
	margin-top: 20px;
	justify-content: space-around;
	display: flex;
}

.button-link {
	background-color: #EF5350;
	color: white;
	border-radius: 10px;
	box-shadow: 15px 11px 5px 2px black;
	width: 300px;
	height: 100px;
	font-size: 2em;
}

.button-link:hover {
	box-shadow: inset 0px -1px 0px 2px black;
	cursor: pointer;
}