.correct {
	color: green;
	font-size: 30px;
}

.incorrect {
	color: red;
	font-size: 30px;
}

.gfonts {
	font-family: "Playpen Sans", sans-serif;
}

.green {
color:green;
}
.red {
color:red;
}
.orange {
color:orange;
}

.my-container-border {
border: 3px solid #0000FF;
border-radius: 15px;
}