.inputContact {
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    color: black;
}

#cuerpoEmail {
    border: 3px solid #000000;
    background-color: rgba(255, 255, 255, 0);
    height: 10rem;

}

.inputContact:focus {
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

label, #textoContact {
    font-family: 'BebasNeue-Bold';
    color: black;
    font-size: 30px;
}

input[type=submit] {
    font-family: 'BebasNeue-Bold';
    color: black;
    font-size: 25px;
    width: 9rem;
    height: 4rem;
    border-color: #000000;
    background-color: #00000000;
    border-radius: 5px;
}

input[type=submit]:hover{
    border: none;
    background-color: #FF6201;
    color: rgb(255, 255, 255);
}
