body {
    background-color: gray;
}
#header {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.images {
    height:150px;
    width:150px;
    margin: 5px;
    border-radius: 5px;
    outline: 3.5px solid black;
}
#imagelist {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-evenly;
    align-items: center;
    background-color: gainsboro;
    width: 65vw;
    min-width: 750px;
    height: 225px;
    border-radius: 10px;
}
.ImageItem {
    display:flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color:black;
}
.ImageItem span {
    margin-top: 8px;
    font-weight: bold;
}