.site {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
