body {
    margin: 0;
}

#projects {
    background: #242e35;
    display: flex;
    height: 100vh;
    width: 100vw;
    margin: 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
}

#projects > div {
    text-align: center;
    padding: 1em;
}

#projects > div > img {
    border-radius: 100%;
    width: 225px;
    aspect-ratio: 1/1;
}


#projects > div > p {
    text-transform: uppercase;
}

.no-image {
    position: absolute;
}