body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
}

.header {
  background-color: #d3ccd6;
  padding: 2em;
}

.footer {
  height: 32px;
  background-color: #d3ccd6;
}

.navbar-nav .nav-item:hover .nav-link {
  color: pink;
}

.award-title {
  font-weight: bold;
  color: #007bff;
}

.title {
  display: inline-block;
  width: 4em;
  font-size: 70%;
  vertical-align: text-top;
  color: #8b0000;

}

