body {
  background-color: rgb(20, 20, 20);
}


.backbflex {
  position: fixed;  /* Stay stuck to the corner, even on scroll */
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.backbutton {
  all: unset;
  font-family: 'Fredoka One', cursive;
  font-size: 28px;
  color: white;
  cursor: pointer;
  padding: 6px 10px;
  display: inline-block;
  line-height: 1;
}

.datebox {
padding-left: 50px;
}

.date {
user-select: none;
  font-family: 'Fredoka One', cursive;
  color: white;
  font-size: x-large;
}

.logbox {
  padding-left: 70px; /* Same here */
}

.log {
  user-select: none;
  font-family: 'Fredoka One', cursive;
  color: white;
}

.log-image {
 height: 350px;
}

.log-image2 {
 height: 350px;
}

.log-image3 {
 height: 150px;
}

.intro {
  user-select: none;
  font-family: 'Fredoka One', cursive;
  color: white;
  text-align: center;
  font-size: larger;
}


/* Responsive rules - only affect small viewports, leave desktop unchanged */
@media (max-width: 800px) {
  .datebox,
  .logbox {
    padding-left: 16px;
    padding-right: 16px;
  }

  .date {
    font-size: large;
  }

  .log {
    font-size: 16px;
    line-height: 1.4;
  }

  .backbflex {
    top: 8px;
    left: 8px;
  }

  .backbutton {
    font-size: 20px;
    padding: 4px 8px;
  }

  .log-image,
  .log-image2,
  .log-image3 {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 8px 0;
  }

  audio {
    width: 100%;
    max-width: 100%;
  }

  .intro {
    font-size: 1.05rem;
    padding: 4px 2px;
  }
}

@media (max-width: 420px) {
  .date {
    font-size: 1.05rem;
  }

  .log {
    font-size: 15px;
  }
  .backbutton {
    font-size: 18px;
  }
}


