@charset "utf-8";

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
}

.container, #resultWrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
} 

h1 {
  margin-top: 20px;
}

img {
  margin-top: 10px;
  max-width: 200px;
  max-height: 300px;
}

button {
  margin: 10px;
}

#omikujiText {
  margin-top: 30px;
}