body {
    height: auto;
    font-size: large;
    color:blueviolet;
    font-family: 'Times New Roman', Times, serif;
}
h1{
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}
header{
    background-image: linear-gradient(to right bottom,blueviolet,pink);
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.logo
    {
        width: 200px;
        z-index: 2;
        margin:2px;
    }
main{
    text-align: center;
    position: relative;
    padding-top: 3%;
    padding-bottom: 10%;
    margin-top: 100px;
}
.left{
    text-align: left;
}
footer{
    position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
    color: white;
  text-align: left;
  background-color: white;
  background-image: url('../images/bild3.png');
  height: 80px;
} 

span.right{
    color: white;
}
.right{
    padding-right: 20;
    padding-bottom: 20;
    color:blueviolet;
    float:right;
}
.button{
    width:250px;
    margin: 5%;
}
.links{

        color: blueviolet;
        box-shadow: inset 0 -3px 0 -1px blueviolet;
        padding: .25em 0;
        text-decoration: none;
        transition: all .5s;
        margin: 0%;
        padding-top: 5%;
        padding-right:2%;
        padding-left:2%;
        font-size:large;

 }
.links:hover,
.links:focus {
        box-shadow: inset 0 -30px 0 pink;
      }
      
#spiele {
    background-image: url('/images/bild.jpg');
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    padding-top: 20%;
}
.team-member {
    margin-bottom: 3rem;
    text-align: center;
  }
  .team-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid blueviolet;
  }
  .team-member h4, .team-member .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  
  .img-brand {
    height: 2.75rem;
  }
.quelle{
    color: blueviolet;
    text-decoration: none;

}
.quelle:hover{
    font-weight: bold;
}
.quellen{
    margin-left: 2%;
    text-align: left;
}
.code{
    text-align: justify;
    margin: 5%;

}
.center{
    text-align: center;
}