@charset "UTF-8";

body {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo,
    "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* nav {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
} */

nav p {
  text-align: right;
  margin: 0;
}

.small a {
  font-size: 14px;
}

footer {
  background-color: gray;
  text-align: center;
  color: white;
  margin-top: 20px;
}
