/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer {
  background-color: #f5f5f5;
}

body {
    background-color: #F1DEE5;
    font-size: 3.0em;
}

button, h1 {
    font-size: 2.0em;
}

@media(max-width: 800px) {
    body {
        font-size: 2.0em;
    }

    button, h1 {
        font-size: 1.7em;
    }
}

ol {
    list-style-type: hiragana;
}

