body {
  text-align: center;
  background-color: #00238c;
background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png");
}
input[type=submit]{
    font-family: '5by7Regular'; 
  font-size: 20px;
  border-radius: 8px;
}
#refresh {
    font-family: '5by7Regular'; 
    font-size: 20px;
	border-radius: 8px;
}

h1 {
  font-family: '5by7Regular'; 
  font-size: 70px;
  margin: 0.2em;
  color: orange;
}

h2 {
  font-family: '5by7Regular'; 
  font-size: 20px;
  margin: 1em 0 0.25em;
}

h2:first-of-type {
  margin-top: 0.5em;
}

table, tr, td {
  border: 1px solid #1E2D0C;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
}

tr {
  height: 20px;
}
form {
  font-family: '5by7Regular'; 
  font-size: 20px;
  color: yellow;
}


td {
  width: 20px;
}

input[type=number] {
  width: 6em;
  background-color: #f1f1f1;
}

#buttons {
 
  
  padding-top: 25px;
}
