body,
#button {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  background-color: #c6ccf8;
  color: #1c2c93;
}
#button {
  border: 2px solid #1c2c93;
  padding: 1em;
  box-shadow: 2px 2px;
}
ul {
  list-style-type: none;
  padding: 0;
}
li {
  font-size: 8em;
  display: inline-block;
  padding: 5px;
}
