html {
    height: 100%;
    background-color: rgb(29, 41, 44);
}

body {
    margin: 0px;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(29, 41, 44);
    font-family: Helvetica, arial, sans-serif;
    position: relative;
    width: 100%;
    background-image: url("patronfondo.png");
    background-repeat: repeat;
    -webkit-tap-highlight-color: transparent;
}

#application-canvas {
    display: block;
    position: absolute;
    inset: 0px;
}

#application-canvas.fill-mode-NONE {
    margin: auto;
    box-shadow: rgb(0, 0, 0) 0px 0px 90px;
}

#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 90px;
}

#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 90px;
}

canvas:focus {
    outline: none;
}

#fotoRotate {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 1;
    background-color: rgb(29, 41, 44);
}

.mediumspacer {
    height: 15px;
    width: 1px;
}

.samplecode {
    height: 490px;
    width: 300px;
    display: block;
    border: 1px solid;
}