@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

header h1 {
  font-family: "Corinthia", cursive;
  font-weight: 700;
  text-shadow: 1px 2px rgba(3, 11, 112, 0.5); ;
}

/* for block of numbers */
.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  text-align: center;
  color: #ccc;
  border-right: 1px solid #333;
  vertical-align: top;
  padding-right: 10px !important;
}

/* for block of code */
.hljs-ln-code {
  padding-left: 10px !important;
}
