
ul{
    display: block;

    height: auto;
    min-height: 100px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding: 0;
    background-color: rgba(43, 43, 43, 0.356);
    backdrop-filter: blur(5px);
}

li{
    
    width: auto;
    /* border: 1px solid white; */
    /* Vertical align text with image */
}
.package{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.temp{
    height: 350px;
    width: 700px;
    border-radius: 40px;
}
.spatial{
    height: 400px;
    width: 400px;
    border-radius: 40px;
}
.eggfactory{
    height: 200px;
    width: 400px;
}
.craft{
    width: 400px;
    height: 200px;
}

.info{
    color: rgb(194, 182, 11);
}
.info a{
    color: red;
    text-decoration: none;
}
.info a:hover{
    transition: 0.2s;
    color: rgb(100, 154, 190);
    font-weight: bold;
}

.bar{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 10px;
    width: 96%;
    background-color: white;

    border-radius: 20px;
    box-shadow: 0px 0px 20px 5.6px red;
}