body {
  background-image: url("/assets/forest.gif?t=2022-09-30T12%3A43%3A56.815Z");
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.leftSide {
  text-align: left;
}

.rightSide {
  text-align: right;
}

.title { 
  color: greenyellow;
  text-shadow: 4px 4px 4px fuchsia;
  font-family: 'Comic Sans MS', sans-serif;
} 


.text {
  color: yellow;
}

.code-box
{
 border:3px solid grey;
 height:auto;
 overflow-x:scroll;
 background-color: #000000;
 color:white;
 padding:5px;
}

hr {
  height: 2px;
  background-color: red; 
  border: none;
}


  
a:link {
  color: aqua;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}




#message-list li {
    background-color: #333;
    border: 1px solid #ff00ff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #ff00ff;
}