body {
  //padding-top: 62px !important;
}
code {
  background: none;
  color: white !important;
}

pre {
 background: black; 
 border-radius: 20px;
 overflow-y: hidden;
}

@media (max-width: 575.98px)
.header .site-logo .logo-icon {
  max-width: 100px !important; 
}

.rlheader {
	background: #F2F3F6
}

.rlheader:hover {
	background: White !important;
}

.gray {
  background: gray;
  color: white;    
}

.green {
  background: green;
  color: white;  
}

.logo-container {
  display:flex;
  justify-content: center;
  align-items: center
}