@charset "UTF-8";

p.resizeimage img {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}
body { 
width: 100%;
}
.center{
text-align: center;
}
html {
height: 100%;
width: 100%;
font-size:20%;
}
body {
font-size: 1.4em;
}
p{
font-size: medium;
}
footer{
    text-align: center;
    background-color: #FFD52C;
}
.background-hack {
    z-index                 : -1;
    background-color        : #FFD52C;
    background-image        : url(img/back_hachi_campaign.png);
    background-repeat       : no-repeat;
    background-size         : cover;
    width                   : 100%;
    height                  : 100%;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
}
