body {
	background-image: url('station.jpg');
	background-size: cover;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: bold;
	text-align: center;
}

h1 {
	margin: 10px 0;
}

h2 {
	font-size: 50px;
	margin: 0 0 20px 0;
}

button {
	border: none;
	padding: 10px 0;
	color: white;
	font-weight: bold;
	width: 200px;
	margin: 0 0 5px 0;
	border-radius: 5px;
}

#increment-btn {
	background: darkred;
}

#save-btn {
	background: darkgreen;
}
