header{
    box-sizing: border-box;
    display: flex;
    padding: 0 8%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(34, 34, 34);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.331);
}

header a{
   text-decoration: none;
   margin: auto;
  
}

header h1{
    font-family: var(--font3);
    color: white;
    font-size: 2.2em;
    margin: 12px; 
    
 }

 header h1 .inicio{
    font-family: 'Courier New', Courier, monospace;
    color: black;
    font-size: .8rem;
    background-color: white;
    width: 80px;
    margin-top: 10px;
    padding: 6px;
    border-radius: 8px;
 }
 
header img{
   width: 5rem;
   margin-bottom: 8px;
 
 }

 header .inicio{
    display: block;
 }
	


