
button{
    display:block;
    justify-content: center;
    align-items: center;
    text-align:center;
    margin:0 auto;
    font-size:12px;
    outline: none;
    border:none;
    background:transparent;
}
.contact_wrap{
    position:relative;
    margin:0 auto;
    width:90%;
}
.contact_subject{
    position:relative;
    margin:0 20% 0 20%;
    width:100%;
    height:2em;
}
.contact_text{
    position:relative;
    margin:0 20% 0 20%;
    width:100%;
    height:8em;
}
.subject{
    width:60%;
    height:2em;
}
.text{
    width:60%;
    height:8em;
}

.contact_submit{
    color:#fff;
    letter-spacing:0.2em;
    padding:0.5em;
    border:0px solid;
    border-radius:40px;
    background:rgb(62, 62, 62);
}
.contact_submit:hover{
    background:rgb(134, 134, 134); 
    cursor: pointer; 
}
