.main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.content__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main {
  display: flex;
  align-items: center;
  justify-content: center;
}