@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #ededed;
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    font-size: 15px;
}

main {
    max-width: 793px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head { width: 100%; }
.head h1 { text-align: center; }
.head img { width: 100%; }

.body { padding: 0 40px 40px; }
.body p { text-align: justify; }
.body .callout {
    padding-top: 25px;
    font-weight: 700;
}

.foot {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}
.foot img { overflow: auto; }