page {
    height: 100vh;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    background-color: #e9e9e9;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    min-height: 0;
}
