.background {
    color:#e8f2fe ;
}

.kid, .prnt
{
    padding: 50px 80px;   
    border-radius: 20px;
    border: 2px solid black;
    margin-right: 20px;
    margin-left: 60px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 45px;      
    cursor: pointer;
}

.prnt
{
    background-color: #ff9999;
}

.kid
{
    background-color: #ff9999;
}

.p2 
{
    margin-top: 15px;
    font-size: 40px;
    margin-left: 60px;
}

.text 
{
    font-size: 80px;
    margin-left: 60px;
    margin-bottom: 0;
    margin-top: 5px;
}

.title 
{
    margin-top: 10px;
 	font-size: 120px ;
	background-color:#e99797;
	text-align: center;
	border-radius:100px;
	padding: 2px;
	margin-bottom: 50px;
	margin-left: 1px;
	margin-right: 1px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode','Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
}

.homepg 
{
    width: 400px;
    height: auto;
    margin-left: 980px;
    margin-bottom: 0px;
    margin-top: -240PX; 
}
