@media (max-width: 768px) {


    #current-status {
      color: #e6e6e6;
      margin: 0;
      font-size: 12rem;
      font-weight: bold;
    }

   h1 {
      color: #e6e6e6;
      margin: 0;
      font-size: 7rem;
      font-weight: bold;
    }



    #y-letter {
     letter-spacing: 10px;
    }

    .page-container {
        height: 100vh;
        width: 800px;
        text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-container-2 {
        height: 100vh;
        width: 800px;
        text-align: left;

      display: flex;
      flex-direction: column;

              background-color: rgb(255, 0, 0);
              margin-bottom: 100px;
              border-radius: 20px;
    }
            
    #disclaimer {
      font-family: 'Domine', serif;
      color: yellow;
      background-color: #000;
      padding: 5px;
      border-radius: 3px;
      font-size: 1.5rem;
      text-align: left;
      position: fixed;
      bottom: 30px;
      left: 30px;
    }

    #disclaimer a {
      font-family: 'Domine', serif;
      color: yellow;
      font-size: 1.5rem;
      text-decoration: underline;
    }

    .suicide-notes-link {
      text-align: center;
            color: #e6e6e6;
      text-decoration: underline;
      font-size: 2rem;
    }

    .suicide-notes-link a {
      color: #e6e6e6;
      text-decoration: underline;
    }

    .scroll-down-icon {
      max-height: 5rem;
      max-width: auto;
      position: absolute;
      bottom: calc(100vh - 90vh);
      left: 50%;
      transform: translateX(-50%);
    }

}






















   

    #current-status {
      color: #e6e6e6;
      margin: 0;
      font-size: 10rem;
      font-weight: bold;
    }


    h1 {
      color: #e6e6e6;
      margin: 0;
      font-size: 7rem;
      font-weight: bold;
    }



    #y-letter {
     letter-spacing: 7px;
    }

    .page-container {
        height: 100vh;
        width: 800px;
        text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    #page-container-2 {
        max-width: 800px;
        text-align: left;
        display: flex;
        position: relative;
        flex-direction: column;
        min-height: calc(100vh - 100px);
    }
            
    #disclaimer {
      font-family: 'Domine', serif;
      color: yellow;
      background-color: #000;
      padding: 5px;
      border-radius: 3px;
      font-size: 13px;
      text-align: left;
      position: fixed;
      bottom: 30px;
      left: 30px;
    }

    #disclaimer a {
      font-family: 'Domine', serif;
      color: yellow;
      font-size: 13px;
      text-decoration: underline;
    }

    .suicide-notes-link {
      text-align: center;
            color: #e6e6e6;
      text-decoration: underline;
      font-size: 15px;
    }

    .suicide-notes-link a {
      color: #e6e6e6;
      text-decoration: underline;
    }

    .scroll-down-icon {
      max-height: 50px;
      max-width: auto;
      position: absolute;
      bottom: calc(100vh - 90vh);
      left: 50%;
      transform: translateX(-50%);
    }











   body {
      margin: 0;
      font-family: 'Domine', serif;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      background: #000;
      color: #e6e6e6;
    }

.page-container-headline {

  
    font-size: 36px;
    font-weight: bold;
    color: #e6e6e6;
    background-color: #000000;
    text-align: center;
    position: sticky;
  top: 0px;
  margin-bottom: 10px;
  border: 20px solid #000000;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 1));
}

    .page-container-paragraph {


        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0px;
        font-size: 18px;
        text-align: justify;
        line-height: 1.6;
        color: #e6e6e6;
        display: flex;
    }

.page-container-back-page-button {
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    margin-left: 20px;
    color: #e6e6e6;
    text-decoration: underline;
}

.page-container-next-page-button {
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    color: #e6e6e6;
    text-decoration: underline;
}

#footer {
        height: 100px;
        width: 100vw;
        
        display: flex;
        position: sticky;
        flex-direction: column;
background-color: black;


    }

    #footer-container {
        height: 100px;
        width: 800px;
        display: flex;
        position: relative;
        flex-direction: column;
        margin: auto;
    }

    html {
        scroll-behavior: smooth;
    }