@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

body{
    background-color: #001020;
    font-family: 'Roboto Mono', monospace;
    }

h1{
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    }

h2{
   color: #ffffff;
   text-align: center;
      font-weight: normal;
   
}

h3{
   color: #ffffff;
   text-align: center;
    font color: #ffffff;
}

p{
    color: #ffffff;
    text-align: center;
    font-size: 0.80rem;
}
/*Estilos de navegacion*/
nav {
    text-align: center;
}

nav ul li {
    list-style-type: none; 
    display: inline-block;  
}

nav ul li a {
    background: #565a77;
    color:#ffffff; 
    text-decoration: none;
    display: inline-block;
    margin: 2rem 1rem 2rem 1rem;
    padding: 1rem 2rem 1rem 2rem;
}

nav ul li a:hover {
    background: black;
    padding: 1rem 2rem 1rem 2rem;
    font-style: normal;
}

nav ul li a:visited{
    color:#ffffff;
    outline-color: #ffffff;
 }


.navegador {
    text-align: center;
    font color: #ffffff;
   }


img{border-radius: 30rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}
     

header{
    
    padding: 1.5rem;
    background: url(fondo.jpg); background-size: cover;
        }

footer{
   
    color: #ffffff;
    font-weight: 300;
    font-size: 0.60rem;
    padding: 2rem;
    text-align: center;
    font-style: italic;
}