html, body {
    width:100%;
    height:100%;
}
.row {
    display: flex;
    flex-direction: row;
    text-align: center;
}
