body {
    background-color: #0d0524;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    min-height: 70vh;
    font-family: 'Cormorant Infant', 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.125rem 0.125rem 0.25rem rgba(0, 0, 0, 1);
  text-align: center;
  margin: 0 auto;
  max-width: 80vw;
  margin-top: 5vh;
}

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

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



