* {
  word-wrap:break-word;
  -webkit-text-size-adjust:100%;
  margin:0;
  padding:0;
  line-height:1.0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  font-size: 100%;
}
html{
  background-color: #fff;
}
body{
}
.Wrapper{
  background-color: #fff;
}
{
  font-family: 'Cabin Sketch', cursive;
  font-family: 'Fredericka the Great', cursive;
  font-family: 'Frijole', cursive;
}
h1{
  box-shadow: 0px -6px 5px -5px #f6f6f6 inset,0px 8px 4px -8px #ececec;
  font-family: 'Cabin Sketch', cursive;
  font-size:2.2em;
}
h1 .fa-heart,
h2 .fa-heart{
  color:#f6accd;
  font-size: 1.0em;
}
h2{
  font-family: 'Frijole', cursive;
  font-size:1.2em;
}
.w33 a{
max-width:30%;
text-align:center;
}
.w33 .margin {
  margin: 0 6px
}
ol,ul{
  margin:12px 6px 12px 24px;
}
li{
  margin:4px 0;
}
.section {
  margin-top: 2rem;
}
.kana a{
  font-size: 12px;
}
footer{
  padding: 1rem 0;
}
footer a{
  font-family: 'Fredericka the Great', cursive;
}
@media only screen and (max-width:480px) {
.paper {
  margin-bottom: 22px;
  margin-top: 0;
  padding: 1rem 0;
  width: 100%
}
h1{
  font-size:1.8em;
}
h1 .fa-heart{
  color:#f6accd;
  font-size: .8em;
}
.w33 a{
width:29%;
}
.w33 .margin {
  margin: 0 6px
}
.kana a{
  font-size: 12px;
}
}
