@charset "utf-8";

body,
p,
img {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

body {
    width: 100%;
    background-color: #fff;
}

.all {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.header {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 8;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header img {
    max-width: 100%;
    height: auto;
}