@charset "utf-8";
/* CSS Document */

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
}

body {
  background-image: url("/img/red_cavalry_riding.jpg");
  background-size: cover;
  background-position: center center;
}

.info {
  position: fixed;
  bottom: 20px;
  right: 60px;
  color: #ffffff;
  font-family: monospace;
  font-size: 14px;
}

.info a {
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.info a:hover {
  text-decoration: underline;
  color: inherit;
}

@media screen and (max-width: 480px) {
  .info {
    width: 100%;
    text-align: center;
    right: 0;
  }
}
