h1 {
    text-align: center;
    margin: 4rem auto;
}

h5{
  margin-top: 10px;

}



input[type=text], input[type=email] {
    outline: none;
    border: none;
    opacity: 1;
    border-radius: 6px;
    background-color: #ead5e8;
}

.form-border {
    border: 3px solid navy;
    border-radius: 10px;
    

}

.contact-main {
    width: 80%;
    margin: 0 auto;
}

.phone-email {
    border: 3px solid navy;
    border-radius: 20px;
    overflow-wrap: break-word !important; 
    word-wrap: break-word !important; 
    word-break: break-all !important; 
    word-break: break-word !important;
}

.contact-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-input-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.form-1 {
    width: 31%;
}

.contact-input-1 input[type=text], input[type=email] {
    width: 100%;
    box-sizing: border-box;
    height: 33px;
}

.contact-input-2 {
    width: 100%;
}

.form-2 {
    width: 100%;
}

textarea{
    width: 100%;
    min-height: 100%;
    background-color: #eddbeb;
    opacity: 1;
    border-radius: 6px;
    border:none;
    margin-bottom: 0;
}
  
.form-2 input[type=text] {
    width: 100%;
    box-sizing: border-box;
    height: 120px;
}

.btn-primary{
    height: 40px;
    width: 120px;
}
