.center {
    width: 100%;
    display: block;
    margin: 55vh 1vw 4vh 1vw;
    padding: 0.5vh;
    text-align: left;
    font-size: 2.5vh;
}
ul {
    list-style: none;
}

.listitem {
    font-family: "Comic Relief";
    color: rgb(0, 0, 0);
    font-size: 2.5vh;
    background-color: rgb(252, 252, 252);
    padding: 0.5vh;
    border-radius: 4vh;
    border: 5px solid rgb(247, 247, 247);
    margin-right: 5vw;
}

.listitem img {
    border-radius: 3vw;
    width: 30vh;
    height: 30vh;
}

.squareimg {
    border-radius: 3vw;
    width: 30vh !important;
    height: 30vh !important;
}