.dataform{
    border: 1px solid black;
    width: 60%;
    margin: auto;
    background-color: #2A628F;
    margin-top: calc(100vh/4);
    text-align: center;
}
.dataform input{
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}
.dataform h1{
    color: white;
    font-family: Segoe UI;

}

.html{
    background-color: #18435A;
}

.body{
    background-color: #18435A;
}