* {
  margin: 0px;
  box-sizing: border-box;
}
/* Quicky */
body {
  background-color: #d61a46;
  color: #e4f132;
  background-image: url("https://b2447033.smushcdn.com/2447033/wp-content/uploads/2021/11/85163_gif___homer_finger_200x200_by_robbiebr-d6i1q8g.gif?lossy=1&strip=1&webp=1");
  background-size: 40px;
}
.header {
  background-color: #d61a46;
  text-align: center;
  height: 15vh;
  padding: 20px;
  font-size: 2vh;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 100%;
  background-image: url("https://back.photographic-flux.ch/wp-content/uploads/2020/03/6_2_gif.gif");
  background-repeat: repeat;
  background-size: 60px;
}
.main-content {
  height: 80vh;
  background-color: #f5f7d4;
  width: 75%;
  margin-left: 230px;
  padding: 20px;
  overflow: scroll;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url("https://i.pinimg.com/originals/b4/95/76/b49576f6f5ba013c58171e806309d8cf.gif");
  background-size: 60px;
  background-repeat: repeat;
  background-position: right top;
}
.sidebar {
  background-color: #c8c9b5;
  height: 80vh;
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-image: url("https://media1.tenor.com/m/mY4fNCcBDEAAAAAd/chicken-jockey-a-minecraft-movie.gif");
  background-size: contain;
}
.content {
  background-color: rgb(85, 87, 87);
  height: 80vh;
}
.footer {
 margin-top: 20px;
  height: 0vh;
  background-color: #d61a46;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.p {
  color: #d61a46;
}
a:hover {
  color: green;
  background-color: black;
}
a:link {
  color: #d61a46;
}
a:visited {
  color: blueviolet;
  background-color: black;
}
a:active {
  color: aqua;
  background-color: black;
}
.textinspalten {
  columns: 4;
  line-height: 150%;
  gap: 60px;
  background-color: #a7a895;
  background-image: url("https://media2.giphy.com/media/l378vg4Pm9LGnmD6M/200w.gif?cid=6c09b952fbmghit7uzlmgh7hjy401gpfwh3i4b1wolfsq9de&ep=v1_gifs_search&rid=200w.gif&ct=g");
  background-size: 60px;
}
ss