@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic";
    background-image: url(img/main-img.jpg);
    background-size: cover;
    background-position: 50% 0;
    height: 100%;
    text-align: center;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
    margin-top: 6px;
}
p {
    text-align: left;
    margin-top: 20px;
}
a {
    color: #ff6800;
}
pre {
    text-align: left;
    margin-top: 20px;
}
.error {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000;
    color: #f00;
    padding: 5px;
    max-width: 50%;
}
code {
    font-size: 0.8em;
    display: inline;
}
.disable {
    position: fixed;
    bottom: 0;
    right: 0;
}
.code-string {
    color: #ec7600
}
.code-cbracket {
    font-weight: bold
}
.code-number {
    color: #ffcd22
}
.maintext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    width: 100%;
}
