.preview {
  width: 100%;
  height: 450px;
  background: var(--secondary-color);
}

.controls {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0px;
}
