html,
body{

    width:100%;
    height:100%;

}

body{

    background:var(--color-background);

    color:var(--color-text);

    font-family:var(--font-family);

}

#dadoo-app{

    width:100%;
    height:100vh;

}