*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: #ffffff;
}

body {
    overflow-x: auto;
}

.page {
    width: 100%;
    padding: 0;
}

.page-image {
    display: block;
    width: 100%;
    height: auto;
}
