.dataform{
    border: 7px #18435A;
    width: 75%;
    margin: auto;
    background-color: #2A628F;
    margin-top: 50px;
    text-align: center;
}
.dataform input{
    width: 80%;
    margin: 25px;
    margin-bottom: 10px;
}
.dataform h1{
    color: white;
    font-family: Segoe UI;

}

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

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