body, html {
  margin: 0;
  font-family: Arial;
  font-weight: bold;
  font-size: 2em;
  overflow: hidden;
}

/* Disable link styles */
a, a:link, a:visited, a:active, a:hover {
  color: inherit!important;
  border:0!important;
  text-decoration: none!important;
}
  
/* Vertical centering */
div {
  margin: auto;
  display: grid;
  height: 100%;
}
span {
  margin: auto 0 auto 0;
}

/* Horizontal split */ 
.Left {
  width: 50%;
  float: left;
  text-align: right; 
}
/* Merge "k" with left color */
.Left Span{
  z-index: 1;
}
.Right Span{
   margin-left: -0.13em;
}