body {
	font-family: 'Comfortaa', cursive;
	font-size: 110%;
	min-height: 1900px;
} 

code {
	white-space: pre-line;
}
#roundedCorners {
	border-radius: 20px;
	background-color: green;
	color: white;
	padding: 50px;
}

#onlyBottomRounded {
	background-color: green;
	color: white;
	padding: 50px;
	border-radius: 0 0 20px 20px;
}

#myCircle {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-color: limegreen;
	color: white;
}