* {
  margin: 0px;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, serif;
}
/*      mit dem * werden in css alle elemente angesprochen    */

body {
  background-image: url(https://media.tenor.com/GPGh9W-BaiEAAAAM/a-minecraft-movie-minecraft.gif);
}
.header {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQwryXPiTr1-9rOdIOo-t2wRDfsrrOpNDXiNg&s);
  text-align: center;
  height: 15vh;
  padding: 20px;
  font-size: 25px;
  background-image: url(Bilder/johak-schrift-weiss.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.content {
  background-color: #ae0d7a;
  height: 80vh;
}
.sidebar {
  background-image: url(https://www.icegif.com/wp-content/uploads/2025/05/chicken-jockey-icegif-5.gif);
  height: 100%;
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;

  padding: 20px;
}
.main-content {
  background-color: #d4f7ec;
  height: 100%;
  width: 75%;
  padding: 20px;
  margin-left: 25%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  /*background-image: url(Bilder/Daumen_Hoch_Transparent.png);
  background-size: 10vh;
  background-attachment: local;
  background-repeat: no-repeat;
  background-position:*/

  background: url(https://media.tenor.com/ZtmCk60r4l4AAAAM/epic-smile.gif)
      repeat top right local,
    #d4f7ec;
  background-size: 20%;
}

.footer {
  height: 5vh;
  background-image: url(https://media.tenor.com/o-FWAwP4GkMAAAAM/cores-colorful.gif);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
p {
  color: #fcba12;
}
a:hover {
  color: #a1ecec;
  font-size: 30px;
}
a:link {
  color: #61b7df;
  font-size: 2vh;
  font-size: 30px;
}
a:visited {
  color: #7fe684;
  font-size: 30px;
}
a:active {
  color: #b183d6;
  font-size: 30px;
}
.textinspalte {
  columns: 4;
  line-height: 120%;
  gap: 50px;
  background-color: rgba(200, 200, 200, 0.7);
  background-image: url(https://media.tenor.com/q3lrw2Fx92wAAAAM/awesome-background.gif);
  background-size: contain;
}
h1 {
  color: aqua;
  font-size: 5vh;
}
h2 {
  font-size: 3vh;
  color: #fcba12;
}
h3 {
  font-size: 5vh;
  color: #d683bc;
}
