body {
    background-color: #d3d1cf;
    font-family: 'Roboto', sans-serif;
}

.logo {
    background-image: url('../img/logo-transparent.PNG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 250px;
}

.coming-soon {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    margin-bottom: 0;
    padding: 0!important;
}

.write-us {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    padding: 0!important;
}

.form-elements {
    /* background-color: #e3e3e3; */
    /* box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.3); */
    box-shadow: none;
}

.send-button {
    background-color: black;
}
