body, html {
  padding: 0;
  margin: 0; }

.imgBody {
  width: 33%;
  height: auto;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .imgBody img {
    width: 100%;
    height: auto; }

.infoHome {
  width: 30%;
  height: 100px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Swanky and Moo Moo', cursive;
  font-size: 24px;
  text-align: center; }

.grandWrap {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  position: relative;
  background: #E4E4E4; }

.petitWrap {
  width: 50%;
  height: 20px;
  border-radius: 10px;
  background: repeating-linear-gradient(45deg, #bed144, #bed144 10px, #312f2f 10px, #312f2f 20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 1px 0px 9px -2px rgba(0, 0, 0, 0.5); }

.wrapShadow {
  z-index: 2;
  box-shadow: inset -1px -2px 9px -2px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0; }
