#mainContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#logoTextContainer {
    text-align: center;
}

.logo {
    width: 100%;
    height: auto;
}

.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #ECBE63;
    /* text-shadow: 1px 1px 1px #333333; */
  }

  .imprint {
    line-height: 2;
      position: fixed;
      bottom: 0px;
      width: 80%;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      font-family: "Libre Baskerville", serif;
      font-weight: 400;
      font-style: normal;
      font-size: 8px;
      color: #ECBE63;
      /* text-shadow: 1px 1px 1px #333333; */
    }
  
#cornerContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.topright {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    width: 10%;
    height: auto;
}

.bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: auto;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
    width: 10%;
    height: auto;
}

.topleft {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    width: 10%;
    height: auto;
}


a:link {
    color: #ECBE63;
    text-decoration: none; 
  }  
  a:visited {
    color: #ECBE63;
    text-decoration: none; 
  }
  a:hover {
    color: #ECBE63;
    text-decoration: none; 
  }
  a:active {
    color: #ECBE63;
    text-decoration: none; 
  }