.websiteContainer {
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-top: 11px;

    padding-top: 20px;

    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

/* #contact {
    display: flex;
    margin-top: 11px;
    width: 100vw;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
} */

#contact {
    display: flex;
    margin-top: 11px;
    margin-bottom: 5px;
     height: 70vh;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /* font-weight: bold; */
} 

.myInput {
    color: black;
/*     border-color: rgba(255, 255, 255, 0.673);
 */    background-color: white;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    border-radius: 100px;
    text-indent: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}

textarea {
    color: black;
/*     border-color: rgba(255, 255, 255, 0.676); */
    background-color: white;
    margin-top: 10px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    text-indent: 12px;
    border-radius: 30px !important;
    font-weight: 700;

}

label {
    color: black;
    font-size: 18px;
    background-color: white;
    position: absolute;
    left: 25px;
    top: 0px;
    padding: 0 2px;
}

.binome {
    position: relative;
    margin-top: 25px;
    margin-bottom: 14px;
}

#sendBtn {
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    background: #2f2f2f;
    color: #fff;
    font-size: 15px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 6px 20px -5px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

form {
/*     background-color: green; */
    min-width: 70vw;
}

.websiteContainer {
    background-image: url('./img/ccchaos.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.miniContact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 2em;
    margin-top: 10px;
}

.contactLine {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactLine p {
    color: black;
    padding-left: 8px;
}

.contactIcon {
    padding-right: 8px;
}

/* #sendBtn:active {

} */

@media only screen and (max-width: 800px) {
    #contact {
        margin-top: 40px;
    }

    .contactIcon img {
        height: 35px;
        width: 35px;
    }

    .contactLine p {
        font-size: 20px;
    }

    .contactIcon {
        height: 50px;
        width: 50px;
    }

    textarea {
        max-height: 20vh;
    }
}

@media only screen and (max-height: 800px) and (min-width: 800px) {
    #contact {
        margin-top: 200px;
    }
}