.article-body{
    margin: 0;
    position: absolute;
    display: inline;
    text-align: center;
    height: 100vh;
    width: 100vw;
    top: 20vh;
}
.article-body-space{
    position: relative;
    display: inline-block;
    flex-direction: column;
    text-align: center;
    width: 60vw;
}
.article-body-space img{
    position: relative;
    top:20px;
    width: 60vw;
}
.article-body-space p{
    position: relative;
    color: dimgray;
}
.article-body-space h6{
    cursor: pointer;
}