* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    width: 100%;
    height: 100vh;
    display: flex;
    padding: 0;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    /* background-color: #f8f8ff;
    background-color: #fff;
    background-color: #b88d95;
    background-color: #343a40;
    background-color: rgba(255, 255, 255, 1); */
    background-color: rgba(66, 87, 145, 0.68);
    /* color: rgba(66, 87, 145, 0.68); */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a {
    text-decoration: none !important;
}

#contact-section {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.coming-soon h1 {
    font-family: "Montserrat", sans-serif;
    /* color: #c5c8d8;
    color: #818589;
    color: #9fa2a6; */
    color: #B8C3D2;
    font-weight: 400;
    font-size: 2.25rem;
    padding-bottom: 3rem;
}

.coming-soon h2 {
    font-family: "Montserrat", sans-serif;
    /* color: #c5c8d8; */
    /* color: #b3b6ba; */
    /* color: #D9C468; */
    color: #c5c8d8;
    letter-spacing: 5pt;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.soon {
    font-family: "Montserrat", sans-serif;
    color: #ffffff !important;
    font-weight: 400;
    font-style: normal;
    font-size: 2.25rem;
    letter-spacing: normal;
    padding-bottom: 2rem;
    color: #c5c8d8;
    text-transform: uppercase;
}

.copyright-text {
    color: #B8C3D2;
    font-size: 1rem;
}

a {
    text-decoration: none;
}

/* 
#contact-mail {
color: #ffffff !important;
font-size: 1.25rem;
letter-spacing: 1;
text-decoration: none !important;
padding: 1rem;
} */

/* a[href^="mailto:"]::after {
content: " ðŸ“¨";
} */