body {
   
    /* background: #e00f21 !important; */
}

.cmsoon {
    text-align: center;
    margin: 100px 0;
}

.logo-sec {
    margin: 100px 0;
}

.cmsoon p {
    font-size: 20px;
    font-weight: 600;
    font-family: "DM Serif Text", serif;
}

.cmsoon h1 {
    font-family: "DM Serif Text", serif;
    font-size: 60px;
    font-weight: 600;
}

.cmsoon a {
    color: #e00f21;
    font-family: "DM Serif Text", serif;
    font-weight: 600;
    font-size: 20px;
}

.cmsoon a:hover {
    color: black;
    font-family: "DM Serif Text", serif;
    transform: scale(1.5);
}

.developed h5 {
    font-family: "DM Serif Text", serif;
    font-size: 20px;
}


.developed a {
    color: #ff770b;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.developed a:hover {
    color: #ff770b;
}

footer {
    /* background: black; */
    padding: 30px 0;
}

.developed {
    text-align: right;
}