body {
    margin: 0;
    height: 100vh;

    /* 中央寄せ */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

img {
    max-width: 80%;
    height: auto;
}
