.contact-container{
    width: 90%;
    margin: 0 auto;
}
.explanation{
    display: flex;
    align-items: center;
    height: 350px;
    justify-content: center;
    background-color: #f2efe1;
    border-radius: 5px;
}
.contact-container h1{
    color: black;
    font-weight: 700;
    text-align: center;
}
.contact-container p{
    color: black;
}

.form-group p{
    color: white;
}

.form-group textarea{
    padding: 12px 20px;
    width: 90%;
    box-sizing: border-box;
    border: 2px solid #141414;
    border-radius: 20px;
    background-color: #141414;
    font-size: 16px;
    resize: none;
}

.sbmt{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.sbmt .btn{
    width: 100px;
    height: 35px;
    color: black;
    background-color: #f2efe1;
}

.sbmt .btn span{
    font-weight: 600;
    
}