*{
	margin: 0 auto;
	padding: 0;
	margin-bottom: 8PX;
}

table {
  width: 100%;
}

body{
	background: #0413aa;
	color: #056CF2;
	width: 100%;
	text-align: center;
	font-family: verdana, geneva, tahoma, sans-serif;

}	

button[id="submit"]{
	background: green;
	width: 100%;
	border-radius: 15px;
	padding: 8px 20px;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
        color: white;
	font-size: 25px;

}
button[id="submit"]:hover{
	background: greenyellow;
	transition: .6s;
}

#submit:disabled{
	background: grey;
}

h2{
	
        font-weight: bold;
}