@import "../common/varible";

.yu-center{
  position: relative;
  width: 100%;
  height: 100%;
  .center{
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    &.large{
      width: 400px;
      height: 400px;
    }
    &.big{
      width: 500px;
      height: 500px;
    }
  }
}