div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: visible;
    background: #FDFCFC  url('../assets/img/preloader.gif') no-repeat center center;
    margin: 0;
}
div#preloadercat {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: visible;
    background: #FDFCFC  url('../assets/img/preloadercat.gif') no-repeat center center;
    margin: 0;
}
div#preloader1 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: visible;
    background: #FDFCFC  url('../assets/img/tenor.gif') no-repeat center center;
    margin: 0;
}
h2{
    font-weight:100;
    color:#EA1C2C;
    font-size:2.5rem;
}
p{
    color:#f498b8;
    font-weight:100;
    font-size:1.125rem;
    line-height:2;
}
span{
    color:#EA1C2C
}

body{
   font-family: 'Roboto', sans-serif;
    background:#f5d9d5 
}

#font{
    font-family: 'Liu Jian Mao Cao', cursive;
    
}
section{
    margin-top:100px;
}
img{
	width: 100%;
	height: 300px;
	float: left;
	margin: 1.5%;
	object-fit: fill;
	overflow:hidden;
	display: flex;
}



