th{
  width: 120px;
  height: 150px;
  border: solid 3px;
  font-size: 50px;
}


button.button1 {
  font-size: 20px;
  padding: 5px 20px;
  background-color: #5e7fca;
  color: #fff;
  border-radius: 5px;
  border-style:  solid;
  border-color: silver;
}

button.button1:hover {
  background-color: #67ceff;
  color: #fff;
  border-color: silver;
}

h1{
  text-align: center;
  color: orange;
}

p{
  text-align: center;
}
