@charset "UTF-8";
@import url(reset.css);
/**************************************
*/
/*   COMMON
*/
/*************************************/
html {
    font-family: 'Hachi Maru Pop', cursive;
}
body {
    background-color: bisque;
}

.h1 {
    text-align: center;
}