html, body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/* *,
*::after,
*::before{
  box-sizing: border-box;
} */

#root
{
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 60px;
}

/* span { border:1px solid red; box-sizing:border-box; } */

