body{
    background-color: rgb(76, 75, 88);
    align-items: center;
    justify-content: center;
}
.grid-container{
    display: grid;
    justify-content: start;
    grid-template-columns:40px 40px 40px 40px 40px; 
    grid-gap: 20px;
    background-color: #16115c;
    padding: 40px;
    width:280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.item{
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: xx-large;
    text-align: center;
    background-color: rgba(241, 253, 174, 0.8);
}
.ItemText{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}
.button-container{
    display: grid;
    justify-content: start;
    grid-template-columns: 40px 40px 40px 40px 40px 40px 40px 40px; 
    grid-gap: 10px;
    background-color: #16115c;
    padding: 40px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
}
.butt{
    width: 40px;
    height: 40px;
    font-size: xx-large;
    text-align: center;
   
    background-color: rgba(150, 194, 219, 0.8);
    font-family: Arial, Helvetica, sans-serif;
}
#butti{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    background-color :#16115c; 
    color :rgb(240, 247, 176); 
    border-radius: 25px; 
    font-size: 25px;
    margin-top: 10px;
}
.button-container:hover .butt{
   background-color: rgb(240, 247, 176);
    cursor:pointer;
    font-size :2rem;   
   
}
#ed{
    color: rgb(240, 247, 176);
    font-size: 1.2rem;
}
#ifo{
    color: rgb(240, 247, 176);
    font-size: 1.2rem;
}
@keyframes gross{    
    50%{transform:scale(1.2,1.2);}  
}
@keyframes dreh{
    50%{transform:rotateY(100deg);}
}
@keyframes gewinne{
    100%{transform:scale(2.5,2.5);}
}

.infos{
    width: 600px;
    height: 30px;
    color: white;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    font-display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: center;
    cursor:pointer;
}
links{
    
    padding-top: 20px;
}
.enden{
    color:beige;
    width: 300px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1180px){

    .button-container{
        width: 560px; 
        height: 300px;
        grid-template-columns: 60px 60px 60px 60px 60px 60px 60px 60px; 
    }
    .grid-container{
        width:380px;
        font-size: 3rem;
        grid-template-columns:60px 60px 60px 60px 60px; 
    }
    .item{
        width: 60px;
        height: 60px;
        font-size: 3rem;
  }
  .butt{
    width: 60px;
    height: 60px;
    font-size: 3rem;
}
.button-container:hover .butt{
     font-size :3.2rem;   
    
 }
}