body{
    background-color: rgb(21, 0, 24);
    margin: 0;
}

@font-face {
  font-family: MonoCode;
  src: url(/CourierPrime.ttf); 
}

@font-face {
  font-family: planet;
  src: url(/planet.ttf);
}


.div7 {
    background-color: rgb(60, 0, 70);
    display: flex;
    justify-content:space-evenly;
    align-content: center;
    width: 100%;
    height: 10%;
}

.div7 span{
    width: 10%;
    height: auto !important;
    align-self: center;
    font-family: MonoCode;
    color: #ffffff;
    font-size: 150%;
    margin: 1%;
    text-align: center;
}

.div7 span:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(60, 0, 70);
    cursor: pointer;
    font-style: italic;
}

.div1 {
    background-color: rgb(60, 0, 70);
    width: 40%;
    height: auto;
    margin: auto;
    margin-top: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.div1 img {
    width: 100%;
}

p {
    text-align: center;
    font-family: MonoCode;
    margin: 1%;
    font-size: 98%;
    margin-top: 3%;
    color: rgb(255, 255, 255);
    margin-left: 2%;
    margin-right: 2%;
}

.div1 h1{
    text-align: center;
    font-family: MonoCode;
    color: rgb(255, 255, 255);
}

#comicCommand {
    text-align: left;
    font-family: MonoCode;
    font-size: 180%;
    margin-left: 5%;
    margin-top: 3%;
    color: #ffffff;
}

#chatlogDiv{
      border: 1%;
      border-style: groove;
      border-color: rgb(0, 0, 0);
      background-color: black;
        display: block;
        margin-bottom: 2%;
        padding-left: 1%;
        padding-right: 1%;
        padding-top: 1%;
        padding-bottom: 1%;
        margin: 2%;
    }



.textChats{
      font-family: MonoCode;
      text-align:left;
    }

    @media screen and (orientation: portrait) {
      .div1{
        width: 100%;
      }
      .div7 span{
        font-size: 63%;
        margin: 3%;
      }
    }