h1 {
    font-family: Courier, monospace;
   color: var(--firelight); 
   font-size: 3rem;
   line-height: 2rem;
   margin: 20px;
}

body {
}

#header-container {
    display: block;
    margin: auto;
    margin-top: 2rem;
    border: 5px solid transparent;
    border-radius: 2em;
    position:absolute;
    width: 50%;
    top:0;
    left:25%;
    text-align: left;
  background: 
    linear-gradient(to bottom, var(--rockfull), var(--rockfull)), 
    linear-gradient(to bottom, var(--burgfull) , var(--lavafull)); 
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  z-index:10;
}

#header {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.name-primary div {
    height:400px;
    flex:0;
}

.name-primary p {
    color:var(--firewhite);
    line-height:1.2em;
    margin:20px;
    margin-top:0px;
}

.most-impressive div {
    height:400px;
    flex:1;
}

.most-impressive p {
    color:var(--firewhite);
    line-height:1.2em;
    margin:20px;
    margin-top:0px;
}