.button-selector {
  font-family: Comic Sans MS;
  font-size: 30px;
  color: #49d3fc;
  background-color: #110a73;
  width: 320px;
  display: inline-block;
  text-align: center;
}

body {
  background-color: #13cf29;
}

h1 {
  font-family: Bahnschrift Regular;
  font-size: 110px;
  width: 1500px;
  height: 140px;
  background-color: #1566d6;
  text-align: center;
}

.break {
  height: 5px;
}