#Container{
    position: relative;
    background-color: none;
    width: 100%;
    padding-bottom: 2vw;
    justify-items: center;
}

#Container ul{
    background-color: none;
    width: 93vw;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    justify-content: center;
    
}

#Container ul li{
    position: relative;
    background-color: none;
    display: inline-block;
    width: 20vw;
    height: 25vw;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    margin-right: 1.5vw;
    padding: 0 0 0 0;
}

#maincontainer{
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 20vw;
    height: 25vw;
    justify-items: center;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(55, 106, 172, 0.248);
    zoom: 1;
    transition: transform .2s;
}

#maincontainer:hover{
    transform: scale(1.05);
}

#image{
    background-color: none;
    width: 16vw;
    height: 10vw;
    margin-top: 2vw;
}

#image img{
    width: 100%;
    height: 100%;
}

#list{
    background-color: none;
    width: 16vw;
    height: 6vw;
    margin-top: 1vw;
    list-style-type: disc;
}

#list ul{
    background-color: none;
    width: 16vw;
    height: 6vw;
    justify-items: center;
}

#list ul li{
    background-color: none;
    display: list-item;
    width: 12vw;
    height: 1.5vw;
    margin: 0 0 0 0;
}

#text {
    background-color: none;
    width: 12vw;
    height: 4vw;
    margin-top: 1vw;
    text-align: center;
    align-content: center;
}

#text h2{
    margin: 0 0 0 0;
}