body {
    padding:0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

/* 27. coming-soon css here */
.coming_soon_area {
	height: 100vh;
    width: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
    background-image: url(coming-soon.jpg);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;    
}
.coming_soon_area {
    text-align: center;
}
.text-center h1 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    text-transform: capitalize;
}