body {
  text-align: center;
	background: url("IMAG3668.jpg") center;
  max-width: 100%;
  max-height: 100%;
}
h1 {
  font-family: Monoton;
  font-size: 70px;
  margin: 0.2em;
	color: black;
}
h2 {
  margin: 1em 0 0.25em;
}
h2:first-of-type {
  margin-top: 0.5em;
}
table,
tr,
td {
  border: 1px solid black;
}
table {
  border-collapse: collapse;
  margin: 0 auto;
}
tr {
  height: 20px;
}
td {
  width: 20px;
}
input[type=number] {
  width: 6em;
}
input[type=submit] {
  cursor: pointer;
  font-size: 16px;
}
#picture {
	width: 100%;
}