.dataForm{
    border: 1px solid black;
    width: 60%;
    margin: auto;
    background-color: grey;
    margin-top: calc(100vh/4);
    text-align: center;
}

.dataForm input{
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}

.dataForm h1 {
    color: white;
    font-family: Comic Sans MS;
}

.dataForm label {
    color: white;
    font-family: Comic Sans MS;
}

.dataForm input {
    color: white;
    font-family: Comic Sans MS;
}

body{
    background-color: grey;
}
