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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #abb9c8;
    text-align: left;
    background-color: #f8fafc;
}


html, body {
    height: 100%;
    width: 100%;
}

#app {
    height: 100%;
}
#app .welcome {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    letter-spacing: .12em;
}
/*#welcome span {*/
/*    color: #aaa;*/
/*    letter-spacing: normal;*/
/*    font-size: .3em;*/
/*    left: .3rem;*/
/*    bottom: 1rem;*/
/*    position: relative;*/
/*}*/
#app .copyright {
    position: absolute;
    bottom: 4px;
    right: 8px;
    font-size: 12px;
}
