a {
	color: #1967d2;
}


/* 以下mystyle-prog.css のコピー*/

/* 中央揃えするためだけのdiv用*/
.centerize {
  width: fit-content;
  margin: auto;
}

.single-frame-simple {
  border: 4px #ddd;
  margin: 2em 0;
  padding: 1em;
}

.double-frame-simple {
  border: 4px double #ddd;
  margin: 2em 0;
  padding: 1em;
}

/*centerize flex box*/
.techs-flex {
  display: flex;
  width: fit-content;
  margin: auto;
}

/*CodeBlock表示カスタマイズ*/
pre code {
  font-size: 0.8em;
}
.is-code-row-number-enable pre.hljs,
.is-code-row-number-enable pre.hljs * {
  line-height: 1.1 !important;
}

/* 画像を均等サイズで配置 */
.techs-flex > span {
  flex: 1 1 0;
}

.techs-flex img {
  padding: 2px;
}

/* Youtube埋め込みをCenter処理 */
.video-container {
  margin: 0px auto;
}
