@font-face {
    font-family: 'ninjago';
    src: url('ninjago.otf') format("opentype");
}
@font-face {
    font-family: 'futura';
    src: url('FuturaBold.otf') format("opentype");
}
@font-face {
    font-family: 'lemon';
    src: url('lemon.otf') format("opentype");
}
html, body{
    overflow-x: hidden;
}
* {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
p{
    font-family: futura;
}
u{
    text-decoration: underline;
}
#estilodocabecalho{
    padding-top: 30px;
    padding-left: 80px;
    background-color: black;
    font-family: 'ninjago';
    letter-spacing: 7px;
    color: rgb(207, 15, 15);
    height: 150px;
}/* Ate aqui esta ok*/
#cabecalhoh2{
    font-family: candara;
    color: white;
    padding-top: 5px;
    padding-left: 50px;
    letter-spacing: 4px;
}
.navegacaolinks{
    font-family: lemon;
    color: rgb(255, 255, 255);
    text-align: right;
    
    padding-right: 40px;
}
#linkhome{
    color: rgb(207, 13, 13);
    font-family: futura;
    padding-right: 9000px;

}

