.contact {
    background-color: black;
    height: 120px;
    text-align: center;

}

.contacttext{
    color: white;
    font-size: 70px;
    font-weight: 700;

}

.contacttext2{
    
    font-size: 25px;
    font-weight: 700;

}

.emailname {
    background-color: black;
    color: white;
    font-size: 30px;
    height: 47px;
}
.namebox {
    border-color: white;
    width: 804px;
    height: 30px;
}

.emailaddress {
    background-color: black;
    color: white;
    font-size: 30px;
    height: 47px;
}
.addrbox {
    border-color: white;
    width: 695px;
    height: 30px;
}

.emailphone {
    background-color: black;
    color: white;
    font-size: 30px;
    height: 47px;
}
.phonebox {
    border-color: white;
    width: 680px;
    height: 30px;
}

.message {
    background-color: black;
    color: white;
    font-size: 30px;

}

.messagebox {
    border-color: white;
    width: 765px;
}

.emailbutton {
    font-size: 30px;
}

.social {
    display: inline-block;
    /*margin-left: 860px;*/
}