#article {
    height: auto;
    width: 100vw;
	padding: 8rem 0 5rem 0;
}

#article,
#article .artbx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#article .artbx {
    height: auto;
    padding: 5rem;
    width: calc(70% - 10rem);
    background: #3c3c3c;
    border-radius: 30px;
}

#article .artbx h1 {
    font-family: "Matter", 'sans-serif' !important;
    font-size: 3vw;
    letter-spacing: -.03rem;
    color: #ba92d3;
}

#article .artbx img {
width: 100%;
height: auto;
}
#article .artbx h1,
#article .artbx img {
    padding-bottom: 3rem;
}

#article .artbx p {
    font-family: "Matter", 'sans-serif' !important;
    font-size: 1.2vw;
    letter-spacing: -.01rem;
    color: white;
}

#article .artbx em {
	padding-bottom:1rem;
    font-size: 1vw;
    letter-spacing: -.01rem;
    color: #999999;
    line-height: 1.4 !important;
}
#article .artbx .author {
	padding-bottom:1rem;
}