*{
    margin:0px;
    padding:0px;
}
.mydiv{
    width:100vw;
    height:100vh;
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}