body{
    background-color: rgb(99, 94, 155);
    align-items: center;
    justify-content: center;
}
div{
    width: 100px;
    height: 100px;
    border: solid thin grey;
    border-radius: 1px;
    display: inline-block;
    background-color: blue;   
}
img{
    width: 80px;
    height: 80px;
    position: relative;
    top:2px;
}
.grid-container{
    color: aliceblue;
    text-align: center;
    display: grid;
    grid-template-columns:100px 100px 100px 100px 100px; 
    grid-gap: 5px;
    background-color: #16115c;
    width: 520px;
    padding: 50px;
    margin: 40px;
    margin-left: 100px;
    border-radius: 20px;   
    font-family: Arial, Helvetica, sans-serif;
}
.item{
    align-items: center;
    width: 100px;
    height: 100px;
    font-size: 60px;;
    text-align: center;    
    background-color: rgba(241, 253, 174, 0.8);
  
}
.bild{
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: rgba(119, 63, 124, 0.8);
    position: relative;
    top:2px;
}
.infos{
    width: 610px;
    height: 50px;
    color: white;
    font-size: 22px;
    font-family: Arial,  sans-serif;
    font-display: block;
    padding-left: 10px;
    margin-top: 40px;  
    padding-top: 20px;  
    padding-bottom: 3px;
    margin-left: 100px;
    text-align: center;
    cursor:pointer;
    border-radius: 10px;
    background-color: #16115c;
}
.bilder-container{
    color: aliceblue;
    text-align: center;
    display: grid;
    grid-template-columns:100px 100px 100px 100px 100px 100px ; 
    grid-gap: 7px;
    background-color: #36307a;
    width: 650px;
    height: 340px;
    margin-left: 80px;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 20px;
}
p{
    width: 610px;
    height: 250px;
    color: white; 
    margin-left: 140px;
}

