@use "../../../../common/color.module.scss";

.Preview {
  height: 306px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: contain;

  .outer {
    position: absolute;
    display: flex;
    height: 306px;
    width: 89%;
    align-items: center;
  }

  .inner {
    color: color.$color-red;
    text-align: center;
    font-weight: bold;
    margin: 0 5px;
    background-color: white;
    width: 100%;
  }
}
