@font-face {
    font-family: "ProximaNova-Black";
    src: url('../ProximaNova/proximanova-black-webfont.woff') format("opentype");
}

@font-face {
    font-family: "ProximaNova-Light";
    src: url('../ProximaNova/proximanova-light-webfont.woff') format("opentype");
}

@font-face {
    font-family: "ProximaNova-Bold";
    src: url('../ProximaNova/proximanova-bold-webfont.woff') format("opentype");
}

@font-face {
    font-family: "ProximaNova-Semibold";
    src: url('../ProximaNova/proximanova-semibold-webfont.woff') format("opentype");
}

@font-face {
    font-family: "ProximaNova-Medium";
    src: url('../ProximaNova/proximanova-medium-webfont.woff') format("opentype");
}

@font-face {
    font-family: "ProximaNova-Regular";
    src: url('../ProximaNova/proximanova-regular-webfont.woff') format("opentype");
}

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

#mainContainer {
    height: 100%;
    overflow: hidden;
}

#hugeText {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-family: "ProximaNova-Black",sans-serif;
    font-weight: normal;
    line-height: 1.2;
    font-size: 170px;
}

#canvasWrapper {
    height: 100%;
    width: 100%;
}