body{
    background-color: #e4e4e4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.wrapper{
    height: 100vh;
}

p{
    color: #000;
}


.logo{
    min-height: 30%;
    max-height: 30%;
}

.coming, .contact{
    min-height: 35%;
}

.logo, .coming, .contact{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(129,129,129,0.21);
    -moz-box-shadow: 0px 0px 5px 0px rgba(129,129,129,0.21);
    box-shadow: 0px 0px 5px 0px rgba(129,129,129,0.21);
}

.contactno {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000 !important;
}