body {
    margin: 0;
    display: grid;
    justify-content: stretch;
    justify-items: stretch;    
    align-content: stretch;
    grid-template-columns: 50% 50%;
}

img {
    width: 100%;
    height: 100%
}

#follow {
    position: absolute;
    text-align: center;
}