.kids-title {
	background-color: #0eb9fd;
	padding: 50px;
    margin-top: 50px;
    width: 600px;
	margin-bottom: 50px;
	text-align: center;
    font-size: 60px;
    border-radius: 50px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode',
		'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.yellow-bg {
    background-color: rgb(230, 255, 4);
}
