@charset "utf-8";
/* CSS Document */

.wrap {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    align-items: center
}
.wrap h1 p {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    font-weight: normal
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
      margin: auto;
}  
.wrap h1 img {
    width: 90%;
    height: auto
}
}
