body,
html {
    font-family: 'Cinzel', serif;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.emailid a {
    font-size: 38px;
    color: #242255;
    font-weight: 400;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}

.comming {
    font-size: 38px;
    color: #242255;
    font-weight: 400;
    margin-bottom: 50px;
    display: inline-block;
    text-decoration: none;
}
.text-red {
	color: red !important;
}

img {
    max-width: 100%;
    border: 0px;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.inner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

@media screen and (max-width:767px) {
    .emailid a {
        font-size: 25px;
    }
}

@media screen and (max-width:479px) {
    .emailid a {
        font-size: 20px;
    }
}