@charset "utf-8";

/* reglas generales */ 

* { background-color: #000000 ;
    
}



element.style { display: block ;
    
}



header nav ul li {  display: inline-block;
    
}



body {  text-align: left;
        margin-left: 3.5em;
        font-family: sans-serif;
        text-transform: none; 
}



h1, h2, h3 {    color: #00ff1d;
                font-family: sans-serif;
}



ul {    color: white;
        list-style: none;
        margin: 0;
        padding: 0;
}



p { color: white;
    
}



figure {    margin: 0;
            padding: 0;
            max-width: 30em;
}

h1 {    font-weight: 550;
        font-size: 2.5em;
        text-transform: capitalize
}



h2 {    font-weight: 550;
        font-size: 1.5em;
        margin-left: 0;
}



header nav ul li a {
    color: white;
    font-size: 0.8em;
    text-decoration-line: none;
    background-color: none;
    display: block;
    text-align: center;
    margin: 0 2.5em 0.5em 0;    
}

header nav ul li a:hover {  color: #00ff1d;
                            font-size: 0.9em;
                            font-weight: 600
}