body{
    background-color: rgb(15, 87, 87);
}
links{
    width: 1000px;
    height: 2000px;
    float:left;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: xxlarge;

    margin-left: 50px;
    
    padding-top: 50px;
}
.grid-container{
    display: grid;
    justify-content: start;
    grid-template-columns:100px 100px 100px; 
    grid-gap: 8px;
    background-color: #5397ac;
    margin:  20px 100px;
    margin-left: 200px;
    padding: 20px;
    width: 320px;
    height: 350px;
    border: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: blue;
   
}
#rahmen2{
    display:none;
}
#version2{
    display:none;
}
.grid-item{
    
    width: 100px;
    height: 100px;
   
}
text{
   text-align: left;
 
 
  font-size: x-large;
}