h1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 80px;
	text-align: center;
}

.blue {
	color: #4285f4;
}

.red {
	color: #ea4335;
}

.yellow {
	color: #fbbc05;
}

.green {
	color: #34a853;
}

form {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	padding: 20px;
}

input {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 30px;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

button {
	height: 30px;
	width:  100px;
}