body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}

section {
    margin-top: 10px ;
    margin-bottom: 10px ;
    text-align: center;
}

img.logo {
    max-width: 160px;
    max-height: 160px;
}

img.drawing {
    max-width: 500px;
    max-height: 500px;
    max-width: 100%;
}

.text {
    max-width: 500px;
    padding: 0 20px 0 20px;
    font-style: normal;
    font-size: 1.2em;
    color: #8e9196;
}