* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: babydoll;
      color: #f6b8e1;
     
    }

    body {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #f2f2f2;
      background-image: url('https://soapbubbleseal.net/sgt_0505.gif');
    }

    #music{
      position: relative;
      bottom: 40%;
      right: 5%;
    }
  
  #music img {
    width: 64px; /* adjust as needed */
    transition: transform 0.2s ease;
  }

  #music img:hover {
    transform: scale(1.1);
  }

  
    .center-box {
      width: 80vw;
      height: 85vh;
      background: white;
      background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20238.gif);
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
    }

  
    .top-nav {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 15px 10px;
      border-bottom: 1px solid #ddd;
      background:#6697a4;
    }

    .nav-item {
      text-align: center;
      text-decoration: none;
      color: #f6b8e1;
      font-size: 14px;
    }

    .nav-item img {
      width: 48px;
      height: 48px;
      display: block;
      margin: 0 auto 6px;
    }

   
    .content {
      flex: 1;
      padding: 20px;
      overflow: scroll;
    }
    #h2{
        text-align: center;
        font-size: 45px;
    }
    .main{
      width: 75vw;
      height: 80vh;
      background: white;
      border-radius: 8px;
      border: 10px solid #6697a4;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      text-align: center;
      overflow: scroll;
      margin-top: 12px
    }

    .main p{
        font-size: 30px;
        margin-top: 15px
  
    }
.main h3{
  text-decoration: underline;
  font-size: 40px;
  margin-top: 15px
}
    /* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
#paper-notes table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* IMPORTANT */
}

#paper-notes th,
#paper-notes td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

#paper-notes th {
  background: #f0f0f0;
}

/* Narrow title column */
#paper-notes td.title,
#paper-notes th.title {
  width: 25%;
}

/* Wide notes column */
#paper-notes td.notes,
#paper-notes th.notes {
  width: 75%;
  word-wrap: break-word;
  white-space: normal;
  color: black;
}

#paper-notes a {
  color: #0077cc;
  text-decoration: none;
}

#paper-notes a:hover {
  text-decoration: underline;
}
.gameplay-list {
  display: flex;
  font-size: 30px;
  flex-direction: column;
  gap: 20px;
}

.gameplay-item {
  border: 1px solid #ccc;
  padding: 12px;
}

.gameplay-images {
  display: flex;
  gap: 10px;
  text-align: center;
  margin: 25px 0;
  margin-left: 15px;
}

.gameplay-images img {
  max-width: 350px;
  height: auto;
  border: 1px solid #aaa;
}

.gameplay-notes {
  color: black;
}
.gameplay-title a {
  color: #f367db;
  text-decoration: none;
}

.gameplay-title a:hover {
  text-decoration: underline;
}

.gameplay-title {
  margin-bottom: 8px;
}
.story-item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center; 

.story-images {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center; 
}

.story-images img {
  max-width: 400px;
  border-radius: 4px;
}

.story-notes {
  text-align: center;
  max-width: 600px;
  margin-top: 12px;
   color: #000000;
}
.story-images video {
  max-width: 400px;
  border-radius: 4px;
}

}