﻿@import url("reset_css.css");
@import url("all.css");

.midContainer {
  width: 100%;
  height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.midBox {
  display: flex;
  justify-content: space-around;
}

.midBox > .box {
  width: 80px;
  height: 82px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: url(../images/m.gif);
}
#preview {
  position: absolute;
  border: 1px solid #614635;
  background: #3c2116;
  padding: 5px;
  display: none;
  color: #fff;
  z-index: 99999999999999999999999;
}
