.panel {
  width: 49vw;
  height: 450px;
}

.horizontal-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.horizontal-group > div {
  margin-right: 1vw;
}
