@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Russo+One&display=swap'); /* fontes IBM Plex Mono e Russo One */

/* GERAL */
footer{
    background-color: #1b1d1c;
}
.Rodape{
    color: white;
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
}
img.iconesidiomas{
    width: 2%;
}
h1#titulo{
    font-family: 'Russo One', sans-serif;
    color: white; 
    font-size: 500%;
    text-align: center;    
    margin-bottom: 4%;
}
p.texto{
    color: white;
    width: 50%;
    font-family: 'IBM Plex Mono', monospace; 
    margin-left: 1%;
    font-size: 120%; 
}
img.computador{
    padding-left: 80%;
    margin-top: -40%;
}
p.historia{
    color: white;
    width: 50%;
    font-family: 'IBM Plex Mono', monospace; 
    margin-left: 1%;
    font-size: 150%;
}
.codigo{
    color: rgb(7, 73, 13);
    font-size: 120%;
}
/* PAGINA INICIAL */
body#pagincial{
    background-color: #292c2a;
}
p#pinicial{
    font-family: 'Russo One', sans-serif;
    color: white;
    text-align: center;
    margin-top: 8%;
    font-size: 300%;
    margin-bottom: 8%;
}
img.imgInicial{
    margin-left: 65%;
    margin-bottom: 8%;
}
/* OLA MUNDO */
body#port{
    background-color: #719c78;
}
/* HOLA MUNDO */
body#esp{
    background-color: #b8911cd0;
}
/* HELLO WORLD */
body#eng{
    background-color: #354e88;
}
code#verdeclaro{
    color: #92cf9c;
    font-size: 120%;
}