﻿
canvas {
    display: none; 
}

#myCanvas1 {
    width: 100px; 
    height: 50px; 
}

#myCanvas2 {
    width: 200px;
    height: 100px;
}

#textoMenu {
    font-size:12px;
}

h4 {
    margin-left: 25px
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 200px;
}

#provaButton {
    width: 230px;
}

#link-termos-uso {
    cursor: pointer;
}

#termos {
    display: none;
    padding: 2px;
    background-color: #FFF;
}

#div-fechar-termos {
    float:right;
    display:none;
}
