:root{
  --text: rgb(0, 0, 0);
  --backround: rgb(168, 166, 166);
  --page: #ffffff;
  --chatlog: rgb(255, 255, 255);
}

@font-face {
  font-family: MonoCode;
  src: url(CourierPrime.ttf);
}

@font-face {
  font-family: Dings;
  src: url(Yarndings.ttf);
}

body{
  background-color:var(--backround);
  margin: 0;
  padding: 0;
}

p{
  color:var(--text);
  font-family: MonoCode;
  text-align:center;
}
h1{
  text-align:center;
  color:var(--text);
  font-family: MonoCode;
}
h2{
  text-align:center;
  color:var(--text);
  font-family: MonoCode;
}
a:link {
  color: var(--text);
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: var(--text);
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: var(--text);
  background-color: transparent;
  text-decoration:solid;
}

a:active {
  color: var(--text);
  background-color: transparent;
  text-decoration: underline;
}

li{
  color:var(--text);
  font-family: MonoCode;
  text-align:center;
  list-style-position: inside;
}

span{
  color:var(--text);
  font-family: MonoCode;
  margin-left: 1%;
  margin-right: 1%;
}

  .welcome {
        background-color:var(--page);
        width: 40%;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .Info {
        background-color:var(--page);
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2%;
        display: block;
    }
    @media only screen and (orientation : portrait) {    
    .welcome{width: 100%;}
    }
    .comictxt{
    text-align: center;
    width: 80%;
    margin: auto;
    display: block;
    color: var(--text);
    font-family: MonoCode;
    margin-left: 1%;
    margin-right: 1%;
    }
    .comicimg{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    .mapicon{
      width:16.105%;
      border-width: 20%;
    }
    .suggest{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }
    .preveiw{
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
    .textChats{
      font-family: MonoCode;
      text-align:left;
    }

    .TIChats{
      color: rgb(105, 105, 105);
    }

    .TMChats{
      color: rgb(39, 0, 255);
    }

    .GVChats{
      color: rgb(0, 255, 0);
    }

    .CJChats{
      color: rgb(183, 151, 72);
    }

    .TCChats{
      color: rgb(255, 0, 0);
    }

    .KKChats{
      color: rgb(232, 145, 22);
    }

    .WVChats{
      color: rgb(255, 0, 225);
    }

    .CTChats{
      color: rgb(0, 163, 44);
    }

    .RCJChats{
      color: rgb(167, 0, 0);
    }

    .GGChats{
      color: rgb(255, 180, 99);
    }

    .GGRChats{
      color: rgb(255, 180, 99);
      font-family: Dings;
    }

    .PRChats{
      color: rgb(3, 154, 3);
    }

    .CMChats{
      color: rgb(60, 60, 60);
    }

    .TFChats{
      color: rgb(25, 207, 0);
    }

    .CWChats{
      color: rgb(237, 90, 90);
    }

    .ZEChats{
      color: rgb(4, 83, 168);
    }

    .LMChats{
      color: rgb(255, 213, 0);
    }

    .EBChats{
      color: rgb(0, 132, 255);
    }

    .CGChats{
      color: rgb(0, 255, 0);
    }

    .TTChats{
      color: rgb(255, 127, 39);
    }

    .PLChats{
      color: rgb(183, 0, 255);
    }
    .PAChats{
      color: rgb(69, 176, 69);
    }
    .PIChats{
      color: rgb(116, 208, 237);
    }

    #header {
      background-color:var(--page);
        display: block;
        margin-bottom: 2%;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    #comicCommand{
      color:var(--text);
      font-family: MonoCode;
      text-align:center;
      width:80%;
      margin:auto;
    }
    #chatlogDiv{
      border: 1%;
      border-style: groove;
      border-color: rgb(156, 156, 156);
      background-color:var(--chatlog);
        display: block;
        margin-bottom: 2%;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin: 2%;
    }
    #comicCommand{
      color:var(--text);
      font-family: MonoCode;
      text-align:left;
      font-size:xx-large;
    }
    #codeBox {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      overflow-x: auto;
    }
    iframe {
      width: 100%;
      height: 700px;
      display: block;
      border: none;
      box-sizing: border-box;
      zoom: 0.75;
      transform-origin: top left;
    }