body {
    font-size: 15px;
}
html, body, div, img {
    margin: 0;
    padding: 0;
}

.root {
    display: flex;
    width: 100%;
    justify-content: center;
}

.wrap {
    background-color: #f1ece2;
    max-width: 800px;
    box-sizing: border-box;
}

.content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0;
    padding: 1rem;
    color: #81511c;
    letter-spacing: 2px;
}

.content-end {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.content-end img {
    width: 100%;
}

.content img {
    width: 100%;
    height: auto;
    min-height: 100px;
}
.tt img {
    width: 100%;
}

.tt {
    max-width: 720px;
    margin: 0 auto;
}
