body {
    background-image: url('/Visuals/Images/Cracks.jpg'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    color: white;
    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: 75vw;
  margin-top: 10vh;
}

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

.Info {
    font-size: 1.1rem;
    color: white;
    margin: 0 auto;
    padding: 1rem;
    text-align: left;
    max-width: 60vw;
    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;
}


