body, h1,h2,h3,h4,h5 {
font-family: monospace, sans-serif;
}

.top-bar, .top-bar-section ul, .top-bar-section li a:not(.button) {
background: black !important;
}

.contain-to-grid {
background:transparent;
}

.top-bar-section ul li>a {
font-size:1rem;
font-family: monospace, sans-serif;
}

.intro {
max-width:928px;
  display:flex;
  flex-direction:row;
  margin:auto;
  background:rgba(255, 255, 255, 0.95);
}

.intro h2 {
 font-weight:800; 
}

.intro img {
  width:200px;
height:200px;
}

.right-content {
  display:flex;
  flex-direction:column;
  text-align:center;
  margin:auto;
}