body {
  font-family: 'Lucida Console', Monaco, monospace;
  background-color: #000;
  color: #ffba4c;
  /* color: #ffb300; */
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

canvas {
  position: fixed;
  width: 100%;
  height: 100%;
}

h2 {
  line-height: 30px;
}

h3 {
  line-height: 27px;
}

a {
  color: #ffba4c;
  text-decoration-line: none;
}

header {
  padding: 10px 100px;
}

hr {
  border-color: #ffba4c;
}

.header-group {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.d0 {
  top: 20%;
  left: 9%;
}

.di0 {
  margin-left: -4px;
}

.d1 {
  top: 22%;
  left: 65%;
}

.di1 {
  margin-left: -4px;
  margin-bottom: 10px;
}

.d2 {
  top: 58%;
  left: 35%;
}

.di2 {
  margin-left: -14px;
}

.d3 {
  top: 78%;
  left: 75%;
}

.di3 {
  margin-left: -14px;
}

.d4 {
  top: 35%;
  left: 85%;
}

.di4 {
  margin-top: -5px;
  margin-left: -9px;
}

.desktop-icon-link {
  text-align: center;
  text-decoration: none;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.desktop-icon {
  width: 70px;
}

.icon-text {
  color: #ffba4c;
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  canvas {
    width: unset;
    left: -450px;
  }

  #desktop-icons {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      height: 100vh;
      width: 100vw;
  }

  .desktop-icon-link {
      position: static;
      height: 100px;
      margin: 20px;
  }
}

.back-button {
  position:fixed;
  height: 100px;
  width: 100px;
  top: 0px;
  left: 0px;
  color: #ffba4c;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.back-button:hover{
  background-color: rgba(0, 0, 0, 0.5);
}

.bl {
  width: 34px;
  overflow: hidden;
}

.bl2 {
  transform: translateX(26px) rotate(180deg);
}

.journal-entry a:hover{
  text-decoration-line: overline;
}

.journal-content {
  margin: 10px 60px;
  font-size: 22px;
  line-height: 20px;
}

.journal-entry {
  font-size: 18px;
  margin-bottom: 62px;
}

.journal-content img {
  max-width: 400px;
  max-height: 269px;
  margin: 20px 20px;
}

.caption {
  font-size: 15px;
  line-height: 16px;
  color: #b87100;
}

.vhiqosad {
  text-align: center;
}

.deck {
  margin-bottom: -29px;
  margin-top: -10px;
}
