body {
	background-color: #000000;
}

#title {
	text-align: center;
        color: #47b276;
        font-size: 65px;
        font-family: "Iceberg", sans-serif;
}

#choices {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

#choices div {
	width: 300px;
	text-align: center;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#choices div a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13.5px;
}

#choices #createpage {
	background-color: #4a976c;
}

#choices #modifypage {
	background-color: #64c28d;
}
