* {
    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); */
    /* background-color: rgba(117, 94, 144, 0.64);
    color: rgba(117, 94, 144, 0.64); */
    /* background-color: rgba(117, 94, 172, 0.64); */
    /* background-color: rgba(154, 128, 185, 1); */
    background-color: rgba(154, 78, 255, 0.25);
    background-color: rgba(200, 164, 246, 0.1);
    /* BEAUTIFUL - Same color as below -  color: #9a80b9; */
    /* color: rgba(117, 94, 172, 1); */
    color: rgba(255, 255, 255, 0.5);
    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 {
    padding-bottom: 25%;
}

.coming-soon h1 {
    font-family: "Montserrat", sans-serif;
    /* color: #c5c8d8 !important;
    color: #818589 !important;
    color: #9fa2a6 !important; */
    /* color: #B8C3D2;
    color: rgba(219, 165, 214, 0.94);
    color: rgba(219, 160, 255, 1); */
    /* color: rgba(219, 205, 255, 1); */
    /* color: rgba(115, 115, 255, 1);
    color: rgba(75, 115, 255, 1);
    color: rgba(154, 78, 255, 1);
    color: rgba(136, 118, 227, 1); */
    color: rgba(92, 75, 227, 1);
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    font-size: 2.25rem;
    padding-bottom: 1rem;
}

.coming-soon h2 {
    font-family: "Montserrat", sans-serif;
    /* color: #c5c8d8;
    color: #b3b6ba;
    color: #D9C468;
    color: rgba(219, 198, 214, 1);
    color: rgba(219, 212, 255, 1); */
    /* color: rgba(219, 194, 255, 1);
    color: rgba(244, 219, 255, 0.7); */
    /* color: rgba(115, 105, 255, 1);
    color: rgba(90, 35, 230, 1); */
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 5pt;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    /* padding-bottom: 10%; */
}

.coming-soon p {
    font-family: "Montserrat", sans-serif;
    color: #c5c8d8 !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.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: #818589;
    color: #c5c8d8;
    color: darkgrey;
    color: #B8C3D2; */
    color: rgba(219, 194, 255, 1);
    font-size: 1rem;
}

/* 
#contact-mail {
color: #ffffff !important;
font-size: 1.25rem;
letter-spacing: 1;
text-decoration: none !important;
padding: 1rem;
} */

/* a[href^="mailto:"]::after {
content: " ðŸ“¨";
} */