.cont {
    font-weight: 700;
}

.contact-section {
    width:100%;
    height: 600px; 
}

.content-parts{ 
    display: flex;
    justify-content: center;
    gap: 66px;
}

.cpart{
    /* font-family: "Helvetica Neue", sans-serif; */
    width: 660px;
    color: black;
    padding: 20px;
}

.gentxtbox {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    margin: 6px 0 13px 0px;
    width: 600px;
    padding: 6px;
}

.send {
    font-size: 16.5px;
    width:100px;
    padding: 10px;
    text-transform: uppercase;
    background:#21201E;
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}
.send:hover {
    background:#000000;
}

.send:focus {
    background:#000000;
}

