/* 
##############
CLASSES GERAIS
##############
*/

*{
    margin: 0;
    border: 0;
    font-size: 1.1rem;
    color: rgb(197, 195, 195);
}

/* 
#########
ELEMENTOS 
#########
*/

html {
    background-color: rgb(0, 0, 0);
}

body {
    background-color: rgb(0, 0, 0);
    scroll-behavior: smooth;
}

nav {
    background-color: rgb(13, 97, 62);
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

main {
    background-color: rgb(0, 0, 0);
    /* margin-left: 20px;
    margin-right: 20px;  */
}

header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.74);
    position: fixed;
}

section {
    padding-top: 80px;
    scroll-margin-top: 70px;
    background-color: rgb(0, 0, 0);
    display: block;
}

footer {
    padding: 20px;
    text-align: center;
    /* background-color: rgb(25, 25, 25);*/
    color: #ffffff;
    border-top: 1px #ffffff;
}

/* TABELAS */

table{
    margin-top: 30px;
    margin-bottom: 30px;
}

table.dataehora{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}


