

header{
        background-color: white;
        color: black;
        padding: 15px;
}

    h1 {

    color: rgb(0,0,0);
    

    
}
input{
    padding-bottom: 10pt;
}

body {

    background-color:rgb(137, 232, 114);

    font-family: century-gothic;

}
.registrieren{
    font-family: century gothic;
    font-weight:bold;
    font-size:20pt;
    
}
input#firma.eingabe{
    width: 25%
}

input#name.eingabe{
    width: 25%
}
input#vname.eingabe{
    width: 25%
}

input#sprache.eingabe{
    width: 25%
}

input#land.eingabe{
    width: 25%
}

input#adresse.eingabe{
    width: 25%
}

input#ort_plz.eingabe{
    width: 25%
}

input#telnummer.eingabe{
    width: 25%
}

input#email.eingabe{
    width: 25%
}

input#nachricht.eingabe{
    width: 25%
}

input#benutzername.eingabe{
    width: 25%
}

input#password.eingabe{
    width: 25%
}