:root{
    /*--bg-main: #18122B;*/
    --bg-main: white;
    --bg-primary:#ECF2FF;
}
body {
     /*background-image: url("./../images/happy_childrens.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover; */
    
    /* background-color: #FFF8DC; */
/* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(16,6,111,0.8155637254901961) 42%, rgba(172,40,215,0.8995973389355743) 100%); */
}

.primary_color{
    color: #EE8721;
}

.mainHeading {
    font-size: 32px;
    font-weight: bolder;
    color: #EE8721;
}
.description {
    font-size: 32px;
    font-weight: bold;
    color: green;
}
.translation{
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.formHeading {
    color: #EE8721;
}

.FtrBg {
	background-image: url("https://donate.hummashalerah.org/ftr.jpg");
	
	min-height: 216px;
	background-size: cover;
	background-repeat: no-repeat;
}

