body > #root > div {
	height: 100vh;
}

a {
	color: #69b331;
}

.editIcon {
	cursor: pointer;
}

.editIcon:hover {
	color: #999;
}