@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');

body{
    background-color: #001020;
    font-family: "bitter"; 
    font color: #ffffff;
}


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

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

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

p{
    color: #ffffff;
    text-align: center;
    font-size: 0.75rem;
    font color: #ffffff;
}

nav ul li {
    list-style-type: none;
    display: inline;
    text-align: center;
    padding: 1rem;
    color: #ffffff

}

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

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: 10%;
}
     

header{
    background: url(imagenes/original.jpg); background-size: cover; 
       border: 0.5px;
    padding: 1.5rem;
    width: 96%;
    text-align: left;
    font color: #ffffff;
        }

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