@font-face {
  font-family: "mom";
  src: url("fonts/mom.ttf") format("woff");
}

body {
  background-color: black;
  background-image: url("images/heroin1.jpg");
  background-repeat: repeat;
  color: white;
  font-family: "mom", Verdana, sans-serif;
}
.poem {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  color: white;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.date {
  text-align: center;
  font-size: 20px;
  color: white;
}
.bandcamp-box {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid white;
  padding: 8px;
  color: white;
  text-align: center;
  z-index: 999;
}

.bandcamp-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.bandcamp-player {
  border: 0;
  width: 100%;
  height: 42px;
}
.desktop-icon {
  position: fixed;
  left: 40px;
  bottom: 40px;
  display: inline-block;
  text-align: center;
  color: white;
  text-decoration: none;
  width: 80px;
}

.desktop-icon img {
  width: 48px;
  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}