@import url(https://fonts.googleapis.com/css?family=Ubuntu:700);

*
{
    line-height: 1;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

            user-drag: none;
    -webkit-user-drag: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}

body
{
    background: #24243e;
    background: -webkit-linear-gradient(to right, #302b63, #0f0c29);
    background:    -moz-linear-gradient(to right, #302b63, #0f0c29);
    background:      -o-linear-gradient(to right, #302b63, #0f0c29);
    background:         linear-gradient(to right, #302b63, #0f0c29);
}

canvas
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 3px;
    box-shadow: 0 3px 60px rgba(0,0,0,.3);
}
