*,
::after,
::before,
figure {
    margin: 0;
    padding: 0;
}

.img {
    display: block;
}

.coming-soon_body,
.main-structure {
    min-height: 100vh;
    overflow-x: hidden;
}

.header_logo {
    width: 100%;
    height: 10%;
    padding: 10px;
}

.coming-soon {
    min-height: 80%;
}

.coming-soon__text {
    color: #024FA9;
    height: 24px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

footer .social_links i {
    border: 1px solid #5E6E82;
    border-radius: 85px;
    padding: 10px;
    color: #5E6E82;
}

.privacy_email_links {
    text-align: right;
}

.privacy_email_links a {
    color: #5E6E82;
    margin-right: 15px;
}

.not-found__head,
.not-found__body {
    color: #024FA9;
}

.not-found__head {
    font-weight: bold;
    text-transform: capitalize;
}

.not-found__body {
    font-weight: 100;
    text-transform: capitalize;
}

.not-found__button {
    font-weight: 600;
    color: #FFC71D;
    text-transform: capitalize;
    text-decoration: none;
    border: 1px #A5C7EF solid;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    transition: 0.3s;
}

.not-found__button:hover{
    color: white;
    background-color: #024FA9;
}




@media screen and (max-width: 600px) {
    .coming-soon__img {
        height: 430px;
    }
    
    .not-found__body {
        font-weight: 100;
        text-transform: capitalize;
        width: 80%;
        margin: auto;
        font-size: 15px;
    }
}

@media screen and (min-width: 601px) and (max-width: 800px) {
    .coming-soon__img {
        height: 500px;
    }
}



@media screen and (min-width: 801px) and (max-width: 1024px) {
    .coming-soon__img {
        height: 520px;
    }
}

@media screen and (min-width: 1025px) {
    .coming-soon__img {
        height: 510px;
    }
}