h1 {
  color: blue;
  font-size: 50px;
}

body {
  background-color: #92a8d1;
  text-align: center;
  list-style: inside;
  font-size: 25px;
}

button {
  font-size: 25px;
}

#representation {
  border: 5px solid blue;
}