/* INDEX STYLES */
article div.row-grid {
    display: flex;
    flex-direction: column;
    margin-top: 10%;
}
article div.img-preview, article div.text {
    flex: 30%;
}
article div.img-preview img {
    width: 90%;
}
article div.text {
    margin: 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}