html {
    height: 100%;
}

@font-face {
    font-family: gothambook;
    src: url(./Gotham_Book/Gotham_Book.otf);
}

body {
    height: 100%;
    margin: 0px;
    font-family: gothambook;
}

app-root {
    height: 100%;
}