
ul{
    display: block;
    height: auto;
    min-height: 100px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    padding: 0;
}
ul.two{
    display: block;
    height: auto;
    min-height: 100px;
    width: 100%;
    list-style-type: none;
}

li{
    width: auto;
    background-color: rgba(43, 43, 43, 0.356);
    backdrop-filter: blur(5px);
    /* border: 1px solid white; */
    /* Vertical align text with image */
}

li img{
    vertical-align: middle;
    height: 48px;
    width: 48px;
}
.temp{
    height: auto;
    width: 95%;
    border-radius: 20px;
}
.spatial{
    height: 400px;
    width: 400px;
    border-radius: 40px;
}
.eggfactory{
    height: 200px;
    width: 400px;
}
.craft{
    width: 300px;
    height: 141px;
}



.wikibtn
{
    width: 150px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border: 1px solid red;
    line-height: 50px;
    box-shadow: 0px 0px 4px rgb(255, 255, 255);
}
.wikibtn a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}
.wikibtn:hover{
    transition: 0.6s;
    box-shadow: 0px 0px 20px rgb(255, 255, 255);
}
.wikibtn a:hover{
    transition: 0.6s;
    color: rgb(160, 9, 9);
}

.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;
}

.cmdtype{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 80%;
    gap: 10px;
}
.cmdtypelink{
    width: 20%;
    height: 50px;
    background-color: rgba(142, 210, 212, 0.322);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
    border-radius: 20px;
    filter: blur(10);
}
.cmdtypelink:hover{
    transition: 0.2s ease-in all;
    box-shadow: 0px 0px 30px 20px #12FF0F;
}
.cmdtypelink a{
    text-decoration: none;
}