body {
    background-image: url('/Visuals/Images/Darkness.jpg'); 
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 220% 30%;
    margin: 0;
    color: white;
    font-family: 'Grenze Gotisch', serif;
}


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


.PoemBox {
    color: white;
    text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.8);
}

.Title {
  font-size: 2rem;
  color: black;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 1);
  text-align: Left;
  margin: 0 auto;
  width: 80vw;
  max-width: 15vw;
  margin-top: 2rem;
  margin-left: 12vw;
}

.Main {
  font-size: 1.2rem;
  color: black;
  width: 100vw;
  margin-left: 10vw;
  margin-top: 0%;
  padding: 1rem;
  text-align: left;
  box-sizing: border-box;
  max-width: 53vw;
}

.move-right {
  text-align: left;       
  position: relative;
  left: 8vw;
  font-family: 'Underdog', sans-serif; 
  font-size: 1rem; 
  max-width: 43vw;
}

.Info {
    font-size: 1rem;
    color: white;
    margin: 0 auto;
    padding: 1rem;
    text-align: left;
    max-width: 40vw;
    width: 100vw;
    position: relative;
    top: 20rem;
    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: 10rem;
}


