.preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  img {
    margin: 20px;
    max-width: 180px;
    // max-height: 180px;
  }
}
