html {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-seif;
}

body {
  background-color: #94BEB6;

  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-seif;
}

* {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: #fff;
}

.clear {
  clear: both;
}