    
  body {
      background-image: url('/Visuals/Images/TreesSky.jpg');
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      margin: 0;
      min-height: 70vh;
      font-family: 'Jura', serif;
  }
  
  
  /* ------------------------------------------------------------- */
  
  
  
  .PoemBox {
      color: white;
      text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8);
  }
  
  .Title {
    font-size: 2rem;
    color: white;
    text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 1);
    text-align: center;
    margin: 0 auto;
    max-width: 80vw;
    margin-top: 10vh;
  }
  
  .Main {
    font-size: 1.4rem;
    color: white;
    text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 1);
    max-width: 75vw;
    margin: 0 auto;
    margin-top: 8vh;
    padding: 1rem;
    text-align: center;
  }
  
  .Info {
      font-size: 1rem;
      color: white;
      margin: 0 auto;
      padding: 1rem;
      text-align: center;
      max-width: 60vw;
      position: relative;
      top: 16vh;
      margin-bottom: 15vh;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 1rem;
  }
  
  
  
  