*{
    font-family: 'Poppins', sans-serif;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

body{
    background-color: #b61a1a;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    margin: auto;
}
.headContent{
    width: 100%;
    
}
.topImg{
    width: 100%;
    
}

.mainImg{
    width: 100%;
    text-align: center;
}

.crsImg{
    width: 75%;
}

.mainText{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.mainLink{
    margin-left: 5px;
    margin-right: 5px;
}

.mainBtn{
    border-radius: 12px;
    font-size: 20px;
    color: #0e5148;
    padding: 2%;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    width: 20%;
}

.mainLogo{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.logo{
    width: 75%;
}

.footerImg{
    width: 100%;
}

.bottomImg{
    width: 100%;
}

.footerTop{
    position: relative;
}


#karAlani {
	position: relative;
	width: 100%;
    height: auto !important;
	background-color: #b61a1a;
	overflow: hidden;
	z-index: -1;
}

.fa-snowflake-o {
	color: #fff;
	position: absolute;
	top: -20px;
	animation: yagis linear forwards;
}


@keyframes yagis {
	to {
		transform: translateY(105vh);
	}
} 

.subFooter{
    text-align: center;
    margin-bottom: 0px;
}
.footerLink{
    text-decoration: none;
    color: #ffffff;
}

