@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v9/o-0IIpQlx3QUlC5A4PNr5TRF.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v8/ga6Iaw1J5X9T9RW6j9bNfFcWbQ.ttf) format('truetype');
}
.druwa {
  font-family: 'Noto Sans', sans-serif;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.druwa img {
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.druwa .text {
  padding: 20px;
}
.druwa .text b,
.druwa .text .b {
  color: #fadd79;
  font-weight: bold;
}
.druwa .text .line {
  line-height: 150%;
}
.druwa a:link,
.druwa a:visited,
.druwa a:hover,
.druwa a:active {
  font-weight: bold;
  color: #fadd79;
}
/*# sourceMappingURL=less.css.map */