body{
    margin:0px;
    padding:0px;
    text-align:center;
    background: #000000;
	overflow:hidden;
	/*width:100%; 
	height:100%;*/
}
canvas {
	display:block;
    margin:0 auto;
    width: 1024px; 
    height: 768px; 
    border: 2px solid white;
    border-radius: 2px;
}
/* Sweetalert Styles 
    Ex. https://codepen.io/pmec/pen/QyNyZR
*/

.swal-button {
    background-color: #7d0b0a;
    border: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button:focus {
    background-color: #7d0b0a;
    border: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-button:hover {
    background-color: #ca3837;
    border: none;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button--cancel {
    background-color: #cccccc;
}

.swal-button--cancel:hover {
    background-color: #cccccc;
}

.swal-text {
    font-size: 24px;
    text-align: center;
    color: #61534e;
}


