﻿  .movie #img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%; }
  .movie #img {
   display: none; }


.tag_class {
    font-size: 18px !important;
    color: #993333 !important;
}
p.tag_class {
    margin-bottom: 0px !important;
}
.class_pattern {
    font-size: 14px !important;
    color: #993333 !important;
}
p.class_pattern {
    margin-bottom: 0px !important;
}
pre.html_source {
    font: 1.4rem / 1.2em "Consolas";
    margin-bottom: 100px;
    padding: 1em;
    border: 1px dotted #993333;
    border-radius: 0.5em;
    color: #993333;
}


