@font-face {
    font-family: kenvector_future;
    font-style: normal;
    font-weight: 400;
    src: url(../font/kenvector_future.ttf);
}

@font-face {
    font-family: kenvector_future_thin;
    font-style: normal;
    font-weight: 400;
    src: url(../font/kenvector_future_thin.ttf);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #2196F3;
    margin: 0;
    font-family: kenvector_future_thin, -apple-system,system-ui,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

canvas {
    margin: 0;
}
/*
canvas {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h1 {
    color: #ffffff;
    text-shadow: 5px 5px #212121;
    border-bottom: solid #FFC107 2px;
    line-height: unset;
    padding-bottom: 8px;

    text-align: center;
    margin-bottom: 60px;
    font-size: 64px;
}*/