:root {
  --lohre-blue-dark: #0831c4;
  --lohre-blue-highlight: #70b5e0;
  --lohre-blue-default: #3c48cf;
  --lohre-blue-mid: #526abf;
  --lohre-orange-dark: #b50d0d;
  --lohre-orange-highlight: #ffca9c;
  --lohre-orange-default: #ff7d17;
  --lohre-orange-mid: #f5842f;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: rgb(69, 69, 69);

}
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0; /* 👈 space top & bottom */
}
.full-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-container {
  display: flex;
  flex-direction: column;
  border: 3px solid rgb(100, 97, 97);
  outline: 15px solid #e6e3e3;
  box-shadow: -3px 15px 50px 10px rgba(0, 0, 0, 1);
}
.header-container {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.header {
  color: #fff;
  z-index: 10;
}
.header-character {
  background-image: url(graphics/lohrechar.png);
  background-size: contain;
  background-repeat: no-repeat;
  scale: 3.0;
  width: 100px;
  height: 100px;
  margin-left: 100px;
  margin-bottom: 50px;
}
.header-area {
  padding: 50px;
}
.logo {
  background-image: url(graphics/lohre2klogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 45px;
  scale: 14;
  margin-left: 50px;
  justify-self: center;
}
.navbar-area {
  display: flex;
  background: #ffffff;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 12%,
    rgba(166, 166, 166, 1) 66%,
    rgba(242, 242, 242, 1) 100%
  );
  height: 40px;
  width: 1000px;
  box-shadow: 0px 10px 12px 0.2px rgba(0, 0, 0, 0.35);
  z-index: 2;
  align-items: center;
  justify-content: left;
  border-bottom: 5px solid rgb(96, 96, 96);
}
.navbar-inner {
  display: flex;
  background: linear-gradient(
    0deg,
    rgb(36, 245, 17) 0%,
    rgb(9, 100, 49) 63%,
    rgb(21, 171, 10) 64%,
    rgb(120, 248, 100) 100%
  );
  height: 20px;
  width: 1000px;
  justify-content: center;
}
.navbar {
  display: flex;
  gap: 10px;
}
.navbar li {
  list-style: none;
}
.navbar a {
  text-decoration: underline;
  text-shadow:
    rgb(255, 255, 255) 2px 0 0,
    rgb(255, 255, 255) 1.75517px 0.958851px 0,
    rgb(255, 255, 255) 1.0806px 1.68294px 0,
    rgb(255, 255, 255) 0.141474px 1.99499px 0,
    rgb(255, 255, 255) -0.832294px 1.81859px 0,
    rgb(255, 255, 255) -1.60229px 1.19694px 0,
    rgb(255, 255, 255) -1.97999px 0.28224px 0,
    rgb(255, 255, 255) -1.87291px -0.701566px 0,
    rgb(255, 255, 255) -1.30729px -1.51361px 0,
    rgb(255, 255, 255) -0.421592px -1.95506px 0,
    rgb(255, 255, 255) 0.567324px -1.91785px 0,
    rgb(255, 255, 255) 1.41734px -1.41108px 0,
    rgb(255, 255, 255) 1.92034px -0.558831px 0;
  display: block;
  transition: all 0.3s;
  position: relative;
  font-weight: bold;
  font-size: 30px;
  margin: -25px 0px;
  letter-spacing: -3px;
  color: rgb(0, 0, 0);
}
.navbar a:hover {
  transform: rotate(-6deg);
}
.content-area {
  display: flex;
  background: linear-gradient(0deg, rgba(179, 177, 177, 1) 0%, rgba(166, 166, 166, 1) 47%, rgba(184, 174, 174, 1) 100%);
  flex-direction: column;
  height: auto;
  overflow: hidden;
  justify-content: flex-start;
  padding: 20px;
  gap: 10px;
}
.presentation-area {
  position: relative;
  height: 430px;
  max-width: 225px;
  border: 2px solid transparent;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 10px 12px 0.2px rgba(0, 0, 0, 0.35);

  background:
    linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgba(219, 219, 219, 1) 12%,
      rgba(166, 166, 166, 1) 66%,
      rgb(210, 255, 207) 100%
    ) padding-box,

    linear-gradient(
      180deg,
      #099e18 0%,
      #181818 50%,
      #000000 100%
    ) border-box;
}

.presentation-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/graphics/lohrebgeyes.png");
  background-size: contain;
  background-position: center 100%;
  background-repeat: no-repeat;
  opacity: 0.10;
  pointer-events: none;
}
.inner-content-area {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.inner-area {
  display: flex;
  width: 700px;
  height: 220px;
  gap: 10px;
  justify-content: flex-start;
    transform: rotate(1deg); /* tilt left */
}
.stamps-area00 {
  height: auto;
  width: 410px;
  padding: 10px;
  border-radius: 10px;

  border: 2px solid transparent;

  background:
    linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgba(219, 219, 219, 1) 12%,
      rgba(166, 166, 166, 1) 66%,
      rgb(218, 255, 200) 100%
    ) padding-box,

    linear-gradient(
      180deg,
      #017316 0%,
      #75ae65 45%,
      #000000 100%
    ) border-box;

  box-shadow: 0px 10px 12px 0.2px rgba(0, 0, 0, 0.35);

  transform: rotate(-2deg); /* tilt left */
}
.stamp {
  display: inline-block;
  margin-bottom: 10px;


}
.stamp:hover {
  transform: scale(1.08) rotate(-2deg);
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.7),
    0 0 18px rgba(0, 93, 50, 0.814),
    4px 4px 12px rgba(0, 0, 0, 0.45);
  filter: brightness(1.15) saturate(1.2);
}
.inner-cards {
  display: flex;
  flex-direction: column;
  height: 550px;
  gap: 10px;
}
.biggest-inner {
  display: flex;
  flex-direction: row;
  border: 3px solid rgba(255, 204, 0, 0.96);
  outline: 3px solid rgb(255, 255, 255);

  background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fs4.anilist.co%2Ffile%2Fanilistcdn%2Fmedia%2Fanime%2Fbanner%2Fn5081-0Zcn5GOFYHMc.jpg&f=1&nofb=1&ipt=4053a8779002c89b502bf9b64f04f013cda5340db186c2c22e383965eae6616d);
  background-size: cover;
  width: 685px;
  height: 220px;
  justify-content: center;
  box-shadow: -10px 10px 10px 0.1px rgba(0, 0, 0, 0.35);
  transform:rotate(-2deg);
  
}



.biggest-inner:hover {
  transform: scale(1.02);
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.7),
    0 0 18px rgba(0, 150, 255, 0.6),
    4px 4px 12px rgba(0, 0, 0, 0.45);
  filter: brightness(1.15) saturate(1.2);
}

@keyframes glow {
0% {
text-shadow: 0 0 25px #ffc900;
}
 
50% {
text-shadow: none;
}
 
100% {
text-shadow: 0 0 25px #ffc900;
}
}
 
@-webkit-keyframes glow {
0% {
text-shadow: 0 0 25px  #ffc900;
}
 
50% {
text-shadow: 0 0 0;
}
 
100% {
text-shadow: 0 0 25px #ffc900;
}
}


.biggest-title {
  display: flex;
 
-webkit-background-clip: text;
-webkit-text-fill-color: #ffd300;

-webkit-text-stroke-color: #000;


-webkit-animation: glow 2.0s linear infinite;
-moz-animation: glow 2.0s linear infinite;
-ms-animation: glow 2.0s linear infinite;
-o-animation: glow 2.0s linear infinite;
animation: glow 2.0s linear infinite;


  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 80px;
  text-align: center;
  
  
  font-weight: 1000;

  color: #ffa200;
  text-transform: uppercase;
    transform: rotate(-5deg); /* tilt left */

}
.smallest-inner {
  border: 3px solid rgba(11, 22, 47, 0.96);
  outline: 3px solid rgba(0, 44, 255, 0.8);
  box-shadow: -10px 10px 10px 0.1px rgba(0, 0, 0, 0.35);
  background-color: blue;
  width: 220px;
  transform: rotate(-7deg); /* tilt left */

  
}
.pictures-area {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 470px;
  
}
.footer-block {
  background-color: var(--lohre-blue-dark);
  clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0px 100%, 0 calc(100% - 40px));
  border-radius: 10px;
  height: 400px;
  width: 250px;
}
.footer-block.wide {
  width: 370px;
  height: 300px;
}
.blocks-container {
  display: flex;
  margin-top: -180px;
  margin-left: 10px;
  gap: 10px;
  align-items: flex-end;
}
.lines {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999999999999999999999999999999999999999999999999999999999999;
  opacity: 0.12;
}
.lines:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 51%);
  background-size: 100% 4px;
  will-change: background, background-size;
  animation: scanlines 0.2s linear infinite;
}
@keyframes scanlines {
  from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.5) 51%);
    background-size: 100% 4px;
  }
  to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 50%, transparent 51%);
    background-size: 100% 4px;
  }
  

}    

