@font-face {
  font-family: 'BerryRotunda';
  src: url('/Visuals/Fonts/BerryRotunda.eot'); 
  src: url('/Visuals/Fonts/BerryRotunda.eot?#iefix') format('embedded-opentype'),
       url('/Visuals/Fonts/BerryRotunda.woff2') format('woff2'),
       url('/Visuals/Fonts/BerryRotunda.woff') format('woff'),
       url('/Visuals/Fonts/BerryRotunda.ttf') format('truetype'),
       url('/Visuals/Fonts/BerryRotunda.svg#BerryRotunda') format('svg');
}
  
body {
    background-image: url('/Visuals/Images/Castle.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0;
    min-height: 70vh;
    font-family: 'BerryRotunda', serif;
}


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



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

.Title {
  font-size: 1.8rem;
  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.1rem;
  color: white;
  text-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 1);
  max-width: 75vw;
  margin: 0 auto;
  margin-top: 10vh;
  padding: 1rem;
  text-align: center;
  line-height: 1.9;
}

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



