body {
  font-family: "Museo Sans Cyrl";
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: url(/asset/fonts/museosanscyrl_500.ttf);
}
.mytext {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.mytext span {
  background: #fff;
  padding: 0 10px;
}
