.grid-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}

#app 
{
    width:100%;
    height: 100%;
}

body 
{
    height: 100vh;
    font-family: monospace;
    padding: 0px;
    margin: 0px;
}