* {box-sizing: border-box;}

body {
  font-family: sans-serif;
  line-height: 1.4;
}

h1 span.title i {
  color: #F26711;
  font-style: normal;
}
h1 span.title > span {
  font-weight: 400;
}

a,a:visited {
  color: #d43900;
  text-decoration: none;
}
a:hover,a:active {
  text-decoration: underline;
}

code {
  font-size: 15px;
}