/* Styles in css/style.css */
html, body {
  background-color: #555; }

.text-hyphens, .subtext {
  text-align: justify;
  hyphens: auto; }

.navi-top {
  margin-left: -30px; }

.navi-top a {
  color: #ffc107;
  text-decoration: none; }

.navi-top a:hover {
  color: #999; }

.navi-top ul {
  list-style-type: none; }

.navi-top li {
  display: inline-block;
  margin-right: 10px; }

.active a {
  color: #999; }
