body {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

h3 {
    display: flex;

    padding-top: 10px;
}

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

.name-label {
    display: flex;
    align-items: center;
}

.message-section {
    width: 103%;
    height: 150px;

}

.name-section-label {
    margin-right: 100px;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
}

label {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;


}

/* 
input[type="text"],
input[type="email"],
input[type="file"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgb(246, 246, 246);
}

input[type="submit"] {
    display: block;
    margin-top: 20px;
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
} */

.greeting {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #CC0000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting h3 {
    font-size: 16px;
    color: white;
}

.header {
    display: flex;
    height: 150px;
    width: 100%;
    align-items: center;
    box-shadow: 6px 4px 1px rgb(0 0 0 / 20%);
}

.header h2 {
    padding-left: 50px;
    font-size: 25px;
}

.navBar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.navBarChild a {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    font-size: 20px;
}

.navBarChild a:hover {
    text-decoration: underline;
}

.phoneIcon {
    height: 20px;
}

.phoneNumber {
    display: flex;
    background-color: lightgray;
    padding: 10px;
    border-radius: 10px;
    width: 160px;
    align-items: center;
    justify-content: center;
    color: white;
}

.phoneNumber a {
    color: black;
}

.contact a {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 16px;
}

.contact {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.logoHeader {
    height: 100px;
    display: flex;
    padding-left: 60px;
    padding-top: 10px;
}

.buttonChild {
    display: flex;
    background-color: rgb(0, 168, 205);
    padding: 10px;
    border-radius: 10px;
    width: 180px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

/* 
form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

.h3-send-mail {
    font-size: 28px;
    display: flex;
    justify-content: center;

}

/* 
.input {
    width: 100% !important;
} */

.container-send-mail {
    background-color: rgb(247, 210, 210);
    margin: 10px;
    border-radius: 10px;
}

.container-send-mail h1 {
    padding-top: 30px;
}


.mailImg {
    height: 400px;
    object-fit: cover;
    width: 100%;
    padding-top: 5px;
}

.mainSectionSendMail {
    display: flex;
    margin-top: 20px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
}

/* 
form {
    display: flex;

    gap: 10px;
    justify-content: center;

} */

/* .inputField {
    width: 400px;
    height: 20px;
} */

/* form textarea {
    height: 200px;
    width: 400px;
} */

.buttonSendMail {
    display: flex;
    background-color: rgb(0, 168, 205);
    padding: 20px;
    border-radius: 10px;
    width: 180px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30%;
}

button :hover {
    cursor: pointer;
}