@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
	color:#333;
	line-height:160%;
	font-size:16px;
    font-family: 'Heebo', sans-serif;
    
    
    
}
.back1 {
    background-color: #3C2968;
    color: aliceblue;
}
.bx1 {
    background-color: antiquewhite;
}
.bx3 {
    background-color:azure;
   
}
.bx2 {
    background-color:azure;
    background-size: 350px;
    background-image: url("../images/kids1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    
}
h2,h3,h4 {
    font-family: "Rubik", serif;
    font-weight: 700;
}
.form-control,.form-select {
    margin-bottom: 1em;
}

input[readonly]
{
    background-color:#eeeeee;
}