header {
    position: fixed;
    margin-top:0px;    
    width:100%;
    background-color: #061b8e;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    margin: 0;
    color: #061b8e;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
}

mark {
    background-color: lightgray;
    color: black;
    border-radius: 15px 5px;
    width: 90%;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    display: inline-block
}

a:link, a:visited, a:active {
    text-decoration:none;
}

/* Botões*/
.pequeno {
    width: 30%;
}

.medio {
    width: 50%;
}

.grande{
    width: 80%;
}

.bordaJogo{
    border-radius: 10px 10px;
    width: 95%;
    border-width: 1px;
    border-color: #CDBE70;
    border-style: solid;
}

/* Menu deslizante lateral */
.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #061b8e;
    overflow: auto;
    transition: 0.4s;
}

th {
    color: #061b8e;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
}

.overlay-content {
    position: relative;
    top: 80px;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.5em;
    color: #FFF;
    display: block;
    transition: 0.4s;
}

.overlay a:hover, .overlay a:focus {
    color: #32cd32;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 3em;
}

.overlay .homebtn {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 3em;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 2em}
    .overlay .closebtn {
        font-size: 3em;
        top: 15px;
        right: 35px;
    }
}
/* Fim do menu deslizante lateral */

/* Menu deslizante horizontal */
div.scrollmenu {
    background-color: #009c3b;
    overflow: scroll;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover, a:focus, a:active {
    background-color: #32cd32;
    color: #1e4119;
}
/* Fim do menu deslizante horizontal */

.carregando{
    background-color: #061b8e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.centro200x200{
    width:200px;
    height:200px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-100px;
}
