@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


body, html {
    font-family: 'Roboto', Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    background: #00aab8;
}

#root {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

h1 {
    font-weight: 400;
    font-size: 3rem
}