@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap');

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

#app {
    background-color: whitesmoke;
    padding-top: 80px;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}
