﻿.drawApp {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    min-height: 100%;
    width: 100%;
    justify-content: center;
}

.canvasContainer {
    font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.signaturePreview {

}

.airnetLinkImage {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}