/* header{
    background: orange;
}*/

/*nav{
    background: blueviolet;
}

section{
    background: pink;
}

footer{
    background:green;
}
*/
/*h1{
    color: yellow;
}

h4{
    color: yellow;
}*/

body{
    background: #161C2E;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

header{

}
h1{
    font-weight: 600;
    letter-spacing: 5px;
    text-shadow: 10px 8px 5px;
    text-align: center;
}
h3{
    font-weight: 300;
    text-align: center; 
}

li strong{
    letter-spacing: 5px;
}
p{
    text-align: justify;
}
h4{
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 5px;
    text-align: center;
}

a{
    letter-spacing: 2px;
}

.titulo{
    color: yellow;
}
.link{
    color: #D309A3
}
.letra{
    text-align: center;
}