body {
    background-color: lightsteelblue;
}
.flexcontainer {
    height: 100vh;
    display: flex;
    justify-content: center;
}
    
.item {
    flex: 0 1 auto;
    align-self: center;
}