#tab-content-6 {
    font-family: 'VT323', monospace;
    color: rgb(0, 0, 0);
    background-color: #eeeeee;
    padding: 1.1em;
    padding-top: 2px;
  }
  #message-board {
    height: 13em;
    overflow-y: scroll;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(214, 212, 212);
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .message {
    background-color:  rgba(15, 15, 15, 0.281);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    word-wrap: break-word;
  }
  .message .author {
    color: rgb(0, 0, 0);
    font-weight: bold;
  }
  .message .date {
    color: #000000;
    font-size: 0.8em;
  }
  #message-form input, #message-form textarea {
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(15, 15, 15, 0.247);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    padding: 5px;
    font-family: 'VT323', monospace;
  }

  #message-form textarea {
    height: 2.5em; 
    word-wrap: break-word;
    font-size: 1.2em;
  }
  #message-form button {
    background-color: rgb(0, 0, 0);
    color: #ffffff;
    padding: 10px 20px;
    cursor: url('assets/pointer.svg'), pointer;
    font-family: 'VT323', monospace;
    font-size: 1em;
    border: 1px solid black;
  }
  #message , #author{
    color: #000000;
  }
  #message-form button:hover {
    background-color: #d8d8d8;
    color: #000000;

  }
#tb6-h1{
margin-bottom: 2px;
font-size: 1.3em;
}
#tb6-gif{
height: 1em;
}