.center {
    margin: auto;
    width: 50%;
}
.box{ 
    width: 600px;
    height: 500px;
    box-shadow: -13px 12px 14px -6px rgba(0,0,0,0.49);
    -webkit-box-shadow: -13px 12px 14px -6px rgba(0,0,0,0.49);
    -moz-box-shadow: -13px 12px 14px -6px rgba(0,0,0,0.49);
}




.box1{
    background-color: white;
    float: left;
    width: 50%;
    height: 100%;
   
}

.box1-inside{
    margin: 30px;
    
}

.box-for-name-email{
    width: 100%; 
    margin: none;
    margin-bottom: 10px;
}
.name{
    float: left;
    width: 50%;
    height: 100%;
    padding: none;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-right: 5px;
    
}
.email{
    float: right;
    width: 50%;
    height: 100%;
    padding: none;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 5px;
    
}
.name-input{
    width: 100%;
    height: 20px;
    resize: none;
    box-sizing: border-box;
    padding: 20px;
}
.email-input{
    width: 100%;
    height: 20px;
    resize: none;
    box-sizing: border-box;
    padding: 20px;
    
}

.Subject-Message-Div{
    width: 100%;
}


.ButtonDone{
    background-color: blue;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
}
.Buttondiv{
    margin: none;
    margin-top: 20px;
    
}
.Message-box{
    height: 200px;
    width: 100%;
    resize: none;
    padding: 20px;
    box-sizing: border-box;
}
.Subject-box{
    height: 15px;
    width: 100%;
    resize: none;
    margin: none;
    padding: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 10px;
    border-style: solid;
}

.border-on-the-box{
    border: 2px;
    border-style: solid;
    border-color: gray;
}







.box2{
    background-color: blue;
    float: right;
    width: 50%;
    height: 100%;
}

.box2-inside{
    margin: 50px;
    margin-top: 30px;
}

.Addresse-div{
    width: 100%;
}

.Addresse-img{
    width: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 10px;
    

}

.Addresse-img-div{
    float: left;
    background-color: rgb(36, 169, 213);
    border-radius: 50px;
    height: 40px;
    width: 40px;
    
    
}
.Addresse-text-div{
    display: flex;
}
.Addresse-text{
    float: left;
    width: 70px;
    margin: none;
    margin-left: 10px;
    
}


.box-2-a-p-e-w{
    box-sizing: border-box;
    height: auto;
    display: block;
    overflow: auto;
    margin: 10px;
    margin-bottom: 20px;
}

.font{
    font-family: 'Raleway', sans-serif;
}
.color-box2-text{
    color: white;
}

.box1-text::placeholder{
    font-weight: 800;
    color: gray;
    
}

.box1-text{
    font-weight: 800;
    color: black;
}