Maybe use min-width & min-height instead using width and height.
.page {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
align-content: center;
min-width: 100%;
min-height: 100%;
background-color: #f0f0f0;
}
It will looks like this: