.hero-body {
  padding: 1rem;
  justify-content: center;
}

.field.is-grouped {
  justify-content: space-between;
  align-items: center;
}

.shapes {
  padding: 15px 30px;
}

.is-selected {
  border: 2px solid #3273dc;
  border-radius: 2px;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.color {
  border-radius: 50px;
  width: 35px;
  height: 35px;
}

#app {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#drawing-board {
  background: white;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.clear {
  margin-top: 10px;
}
