I'm trying to place my both divs that are in the flexbox container in the middle of the screen. I tried with margin top and things like that, but I want them just in the middle of the page.
.flexbox-container
display: flex
justify-content: center
flex-direction: row
flex-wrap: wrap
min-height: 100%
align-self: center
.flexbox-item
width: 500px
margin: 100px 60px
background-color: white
.flexbox-item-1
min-height: 500px
.flexbox-item-2
min-height: 500px