.page {
    width: 100%;
    height: 100%;
    display: none;
}

.page.show {
    display: block;
}