body {
    background-color: #b83e3e !important;

}

.body {
    /* background-color: #b83e3e !important; */
}

.contactBox {
    /* background-color: #d1d1d1; */
    border-radius: 5px;
    /* border: 1px solid black; */
    padding: 5px;
    margin-top: 5px;
}

.inputBoxxx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.inputBoxs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* background-color: #fff; */
    max-width: 550px;
    flex-grow: 1;

    input {
        margin: 5px;
        padding: 15px 10px;
        font-weight: bolder;
        font-size: large;
        color: rgb(99, 98, 98);
        max-width: calc(100% - 10px);
    }
}

#dis {
    padding: 5px;
    border: 1px solid black;
    margin: 5px;
    font-weight: bolder;
    font-size: large;
    color: rgb(99, 98, 98);
}

.btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contectBtn {
    margin: auto;
    font-weight: 700;
    color: #eaeaea;
    font-size: large;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background-color: #c3512f;
}