.wipimg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
    image-rendering: pixelated;
    text-align: center;
    position: relative;

    img {
        width: 20%;
        height: auto;
    }

    figcaption {
        margin-top: 10px;
    }
}

.socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    image-rendering: pixelated;
}