@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Coral Pixels|Special Elite');

    body {
      height: 100%;
      background-color: transparent;
      color: #ffffff;
      overflow: visible;
      overflow-x: hidden;
      background-image: url('https://heathersaturnia.neocities.org/pxls/deco/saturniawrth4.png'), url(https://heathersaturnia.neocities.org/pxls/deco/smgrdppr.gif);
      background-repeat: no-repeat, repeat;
      background-position: top right;
      background-size: 450px, 80px;
    }


    .container {
      opacity: 90%;
      width: 660px;
      padding: 2px;
      background: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border: 1px dashed #000000;
      align-items: center;


    }


    .container p {
      font-family: "Itim", serif;
      font-size: 10px;
      color: #ccc;
      padding: 5px;

    }

  .container p img {
  transition: transform 0.4s ease-out;
        margin: 1px;
}

.container p img:hover {
  transform: scale(1.4);
}


    header {
      font-family: "Coral Pixels", serif;
      font-size: 25px;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 0px;
      text-align: center;


    }

    h2 {
      font-family: "Itim", serif;
      color: #666;
      font-size: 15px;
      font-weight: bold;
      padding: 1px;
      margin-bottom: 2px;

    }

    * {
      scrollbar-width: thin;
      scrollbar-color: var(--accent) transparent;
    }
.memo {
  position: relative;
  top: 0;
  right: 0;
  width: 130px;
  border: none;
}



.memo-middle {
  width: 112px;
  background: url(https://heathersaturnia.neocities.org/pxls/icns/memo-middle.gif) center top / 112px auto repeat-y;
  margin-left: 9px;
  padding: 5px 0;
}


.memo-content {
  padding: 6px 6px 8px;
}



.memo-content {
  padding: 6px 6px 8px;
}

.memo summary {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 4px 0;
  margin-left: 45px;
  position: relative;
}

.memo details {
  position: relative;
  width: 112px;
  background: url(https://heathersaturnia.neocities.org/pxls/icns/memo-middle.gif) center top / 112px auto repeat-y;
  margin-top: -19px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Itim';
  font-size: 11px;
  line-height: 12px;
  color: #000;
}