#graphic {
  width: 25%;
  height: 25%;
  font-family: 'Permanent Marker', cursive;
  font-size: 20em;
  color: #8CB8DE;
  line-height: 80%;
  text-align: center;
  margin: 0 10% 0 10%;
}


#soundMachine {
  display: flex;
  margin: 0;
  padding: 0;
}

.button {
  min-width: 80px;
  min-height: 80px;
  border-radius: 20%;
  text-align: center;
  list-style-type: none;
  padding: 5px 0 5px 0;
  margin: 0 5px 0 5px;
  border: 2px solid black;
  line-height: 90px;
  font-size: 2em;
  font-family: 'Permanent Marker', cursive;
  color: rgb(32, 56, 88);
}

ul {
  display: flex;
  padding: 5px 5px 5px 5px;
  margin: 0;
}
