html,body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: "Open Sans", sans-serif;
}

.body-center-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
}