body {
  background: black;
}
.c {
  font-size: 48px;
}
input[type="button"] {
  background-color: #F5F5DC;
}
.box {
  display: inline-block;
  border: 2px solid black;
  border-radius: 5px;
}
