body {
	margin: 0;
	padding: 0;
	font-family: times, verdana; 
	font-size: 12px;
	background-image: url(https://files.catbox.moe/0t88td.gif);
}

h1 {
  text-align: center;
  padding: 10px;
  font-size: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.header {
  display: flex;  
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  background-image: linear-gradient(to right, transparent, #822fb8, transparent); /* adding a percentage-information shows where the center of the gradiant along its x-axes lies.*/
  color: #f8b540;
}

.footer{
  margin-top: auto;
  width: 100vw;
  font-size: 14px;
  box-shadow: 0 0 15px #822fb8;
  background: rgb(8, 0, 17);
  color: #a55dd5;              
  padding: 10px;               
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  
  }

.textglow{
  text-shadow: 0 0 10px #ffb129;
  }
  
.glow{
  text-shadow: 0 0 10px #29a029;
  }
  

.middle-textbox{
  background: rgb(8, 0, 17);  
  color: #f8b540;              
  padding: 15px;                 
  /* height: 50vh;*/
  margin: 20px auto;
  font-size: 18px;
  box-shadow: 0 0 15px #822fb8;
  text-align: left;
  border-radius: 10px;    
  }
  
.textbox{
  background: rgb(8, 0, 17);
  color: #f8b540;              
  padding: 10px;               
  border-radius: 10px;          
  margin: 20px auto;
  font-size: 17px;
  box-shadow: 0 0 15px #822fb8;
  }
  
  .text{
    color: #f8b540;
  }
  
  .container{
    background: rgb(8, 0, 17);
    color: #f8b540;              
    padding: 10px; 
    border-radius: 10px;   
    width: 20px;          
    margin: 20px auto;
    font-size: 15px;
    text-align: left;
    }
    
  .post{
  background: rgb(8, 0, 17); 
  color: #f8b540;           
  padding: 15px;
  width: 900px;          
  margin: 20px auto;
  font-size: 17px;
  box-shadow: 0 0 15px #822fb8;
  text-align: left;
  border-radius: 10px;   
  line-height: 1.4em;
  }
  
  
  .repeat {
  width: 100%;        /* volle Breite */
  height: 20px;       /* richtige Proportionen */
  display: block;     /* kein Abstand unten */
  opacity: 1;         /* Transparenz steuerbar */
  filter: none;       /* Glow, Blur, Farbe etc. */
}

.navbar {
  display: flex;
  justify-content: center; /* or space-around, space-between */
  padding: 10px; 
  font-size: 15px;
  box-shadow: 0 0 15px #822fb8;
}
.navbar a {
  color: #f8b540;
  text-decoration: none;
  padding: 14px 20px;
}
.navbar a:hover {
  text-shadow: 0 0 10px #ffbe4d,
               0 0 20px #ffbe4d,
               0 0 40px #ffbe4d;
} 


a {
  color: #f8b540;
  text-shadow: 0 0 10px #ffbe4d;
  text-decoration: none;
  }
  
a:hover {
  color: #fdc467; 
  text-shadow: 0 0 10px #ffbe4d,
               0 0 20px #ffbe4d,
               0 0 40px #ffbe4d;
  }  
  
  .gradient{
    background-image: linear-gradient(to right, #822fb8, transparent); /* adding a percentage-information shows where the center of the gradiant along its x-axes lies.*/
    border-radius: 10px;
    padding-left: 15px;
    color: #f8b540;
    text-align: left;
    }
