body{
  background-color:pink;
}
h1{
	margin-bottom:-10px;
}
table{
	margin:20px
}
button{
	width:50px;
	height:50px;
	font-size:20px;
	cursor:pointer;
}
input{
	width:200px;
	height:50px;
	font-size:20px;
}