/* table, td, th {
    text-align: center;
} */

/* table{
	margin-top:2%;
	margin-left:3%;
} */
table {
	margin: 150px auto;
	border-collapse: collapse;
	background: white;
	color: black;
	font-size: 24px;
}

td, th {
	border: 1px solid #babdc1;
	padding: 10px;
	text-align: center;
}


button{
  border: 0px solid #babdc1;
  padding: 10px;
  text-align: center;
}

input{
	margin-left: 30%;
  font-size: 25px;
  height: auto;
}

h1 {
	text-align: center;
  font-size: 70px;
}

p {
 color:white;
}

body {
    background-color: #babdc1;
}

.wrapper {
	height: 800px;
	width: 1000px;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
}
