@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700';
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family:
        NotoSans-Bold,
        Noto Sans;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
    background: fixed no-repeat #0b132b 80% url('/assets/N2UwMDc0NGRkNDgzMzg0ZWI0ZGExYW/images/background_grid.png');
    background-position: center;
    background-size: cover;
    color: #fff;
}

app-footer {
    bottom: 20px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
}

.custom-loader {
    width: 100%;
    height: 100vh;
}
