html, body {
    height: 100%;
}
body {
    margin: 0;
    background: #040503;
    background-image: url("../images/newsho_logo.png");
    background-repeat: no-repeat;
    background-position: center;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row {
    width: auto;
}
.flex-item {
    padding: 5px;
    width: 100%;
    margin: 22rem 0 0 0;
    line-height:2rem;
    color: white;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    text-align: center;

}