@import url('../font/VCR_OSD_Mono/font.css');

body {
    background-color: #657091;
    margin:10vw;
    font-family: 'VCR OSD Mono';
}

.showcase {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.showcase img {
    width: 200px;
}