@charset "UTF-8";

body {
 position: relative;
 margin: 0;
 max-width: 90%;
 width: 1280px;
 height: 100vh;
 text-align: center;
 margin: 60px auto 0;
 background:#F7FAFA;
}

article {
 width:100%;
 position: absolute;
 top: 40%;
 left: 50%;
 translate: -50% -50%;
}

img {
 display: block;
 object-fit: contain;
 margin:auto;
}

h1 {
 margin: 40px auto;
 font-size: 24px;
}

h2,
p {
 font-size: 15px;
 font-weight: 100;
}

@media screen and (max-width: 767px) {
 img {
  max-width: 160px;
 }
}
