.box {
  padding: 1em;
  margin-bottom: 10px;
  border: 2px solid orange;
  border-radius: 10px;
  background: gainsboro;
  color: dimgrey;
}
.center {
  text-align: center;
