body {
  background: url("/Visuals/Images/Crown.PNG") no-repeat;
  background-position: center -18vh;
  background-color: black;
  background-size: 100% 100%;
  margin: 0;
  min-height: 200vh;
  font-family: 'Grenze Gotisch', serif;
}


  
  /* ------------------------------------------------------------- */
  
  
  
  .Title {
    font-size: 5vw;
    font-weight: 400;
    color: white;
    text-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 1);
    text-align: center;
    margin: 0 auto;
    max-width: 80vw;
    margin-top: 3vh;
  }
  
  .Main {
    font-size: 1.4vw;
    font-weight: 200;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);    
    max-width: 60vw;
    margin: 0 auto;
    padding: 1rem;
    text-align: left;
    margin-top: 26vh;
    line-height: 1.2; 
  }
  
  .Info {
      font-size: 1rem;
      color: white;
      margin: 0 auto;
      padding: 1rem;
      text-align: center;
      max-width: 60vw;
      position: relative;
      top: 16vh;
      margin-bottom: 15vh;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 1rem;
  }
  
  
  
  