﻿body {
    font-family: 'Segoe UI', sans-serif;
    /*background-color: #f0f0f0;*/
    background-color: #efefce;
    text-align: center;
    padding-top: 50px;
}

.scratch-wrapper {
    position: relative;
    width: 300px;
    height: 200px;
    margin: auto;
    /*border: 2px solid #ccc;*/
    border: 2px solid #efefce !important;
    background-color: #efefce !important;
    color: #ff0000 !important;
    border-radius: 12px;
    overflow: hidden;
}

.scratch-content {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: #fff;*/
    background-color: #efefce !important;
    font-size: 24px;
    font-weight: bold;
    color: #333 !important;
    /*color: #efefce;*/
    text-align: center;
    line-height: 200px;
    z-index: 1;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
