<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------RESET----------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}

body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
table {border-collapse:collapse; border-spacing:0;}
textarea, input, a {outline: none;}
/*------------------------*/
html{
    background-color: #2E859E;        
}

@font-face{
    font-family: "Verdana";
    src: url("/font/VERDANA.TTF")
}

a{
    cursor: crosshair;
}

header{
    background-color: #fff;
    height: 10px;
    width: 100%
}

header a{
    cursor: pointer;
}

header img{
    background-color: #fff;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    border-radius: 360px;

}

/*----------------------------------------------------------------------
    CSS DOS FRAMES
*/

#content .frame{
    display: none;
}


#content .frame-active{
    display: block;
}

.hide{
    display: none;
}

/*--------------------------------------------------------------------*/

/*----------------------------------------------------------------------
    CSS DA CAIXA BRANCA CENTRAL
*/

#content .content{
    position: absolute;
    top: 15%;
    left: 20%;
    width: 950px;
    background-color: #fff;
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px; 
    border-radius: 40px;
}

/*
    CSS DO CABEÇALHO
*/

#content .content .header{    
    left: 30px;
    height: 60px;
    font-family: Verdana;
    font-size: 30px;
    color: #2E859E;
}

/*
    CSS DO TEXTO
*/

#content .content .text{

}

#content .content .text .index{    
    left: 500px;
    width: 80%;
    font-size: 40px;
}

#content .content .text p{    
    text-align: center;
    margin-left: 10%;
    width: 80%;
    font-size: 25px;
}

#content .content .text textarea{
    margin-left: 10%;
    font-family: Verdana;
    text-align: center;
    border: 0px;
    min-width: 80%;
    font-size: 25px;
    min-height: 200px;
    resize: none;
    
}

/*
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;Mude os espaçamento abaixo &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;
*/
#content .content .text p a{
    /*Entre as letras
    letter-spacing: 3px;
    /*---------------*/
    /*Entre as linhas
    line-height: 120%;
    /*---------------*/
}

#content .content .text h2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #2E859E;
}

#content .content .text h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #2E859E;
}


/*
    CSS DOS CONTROLES
*/

#content .content .controls section{
    margin-left: 10%;
    width: 80%;
}

#content .content .controls .moves{
    height: 32px;
}

#content .content .controls .status{    
    width: 89%;
    height: 32px;
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#content .content .controls .verificar{
    width: 100%;
}

#content .content .controls .seguir{
    width: 100%;
    height: 32px;
}

#content .content .controls .iniciar{
    width: 49%;
    height: 32px;
}

#content .content .controls .voltar{
    width: 49%;
    height: 32px;
}

#content .content .controls .creditos{
    width: 98%;
    height: 32px;
}

/*
    CSS DO RODAPE
*/

#content .footer img{    
    position: absolute;
    top: 80%;
    left: 90%;
    width: 120px;
    height: 90px;
    background-color: white;
    -webkit-border-radius: 40px; 
    -moz-border-radius: 40px; 
    border-radius: 40px;
}</pre></body></html>