body{
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

header{
	background-color: #31384A;
	padding: 20px;
	margin-bottom: 20px;
}

header h1{
	text-align: center;
	color: #ffffff;
}


form {
    width: 90%;
    margin: auto;
    padding: 10px 20px;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #e3e4e5;
    text-align: center;
}

.form input{
  width: 90%;
  max-width: 600px;
 	text-decoration: none;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form label{
	font-size: 20px;
	font-weight: bold;
}

form h2{
	text-align: center;
}


button a{
	text-decoration: none;
	color: #ffffff;
}
button:hover{
	color: #000000;
}

/* ----------table db02--------*/


/* -----------Footer--------*/
footer {
    background-color: #31384A;
    color: #ffffff;
    text-align: center;
    margin-top: auto;
    font-size: 20px;
    bottom: 0;
    padding: 30px 0 30px 0;
}