body{
    margin:0;
}

.row{
    width: 100vw;
    height: 100vh;
}
.page{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height:100%;
}