body {
    background-image: url('/Visuals/Images/bark.jpg'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0;
    color: white;
    min-height: 70vh;
    font-family: 'Forum', serif;
}


/* ------------------------------------------------------------- */



.PoemBox {
    color: white;
    background-color: rgba(0, 0, 0, 0.65);
}

.Title {
  font-size: 2rem;
  color: white;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 1);
  text-align: left;
  margin: 0 auto;
  max-width: 65vw;
  margin-top: 10vh;
  padding-top: 1vh;
}

.Main {
  font-size: 1.6rem;
  color: white;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 1);
  max-width: 65vw;
  margin: 0 auto;
  padding: 1rem;
  text-align: left;
}

.Info {
    font-size: 1.2rem;
    color: white;
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    max-width: 40vw;
    position: relative;
    top: 45vh;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
    padding-bottom: 10vh;
}


