

body{
    background:  #0c0d2e; 
    padding: 0px;
    margin-left: 1rem;
    margin-top:1rem;
    margin-right: 1rem;
    border-color: white;
    
     }


    
h1 {font size:4rem; 
    Color:  #a7efe6; 
    margin: 0em;
    font-family: "fira sans condensed bold", monospace;
    border-style: dashed;
    border-width: 2px;
    padding: 10px;
    width:250px;
    text-align: left;
    
    
}

h2 {font size:1.2rem; 
    Color: white ; 
    margin: 1rem; 
    text-decoration: overline, underline;
font-family: 'fira sans condensed';
    padding: 10px;
}

ul{
    font size: 1.2rem;  
    color: white; 
    margin: 1rem; 
    font-family: 'fira sans condensed', cursive;
    font;
}



footer{ 
    text-decoration: none;
    font-display: block;
    display: flex
    font-size:15px; 
    font-family:'fira sans condensed', monospace;
    color:whitesmoke; 
    margin-top: 2rem;

}

img{ 
text-align: center;
align-content: left;}

.nombres{
   font-family: 'fira sans condensed';
    color: #0c0d2e ;
    align-content: space-around;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   width: 100%;
    height: 10%;
    padding: 0px;
    
    
    
}