#window{
  overflow: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
  height: 500px;
  width: 400px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color: #00ffff;
  padding: 5px;
  margin: 5px;
  background-color: #000000;
  font-family: monospace;
}
#window::-webkit-scrollbar {
    width: 1em;
}
#window::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#window::-webkit-scrollbar-thumb {
  background-color: #00ffff;
}
#msg{
  height: 50px;
  width: 300px;
  border-width: 1px;
  border-radius: 10px;
  border-color: #00ffff;
  background-color: #000000;
  color: #ffffff;
  font-family: monospace;
}
#name{
  height: 50px;
  width: 100px;
  border-width: 1px;
  border-radius: 10px;
  border-color: #00ffff;
  background-color: #000000;
  color: #ffffff;
  font-family: monospace
}
button{
  background-color: #000000;
  border-width: 1px;
  border-color: #ff0000;
  border-radius: 10px;
  width: 100px;
  height: 30px;
  font-family: monospace;
}
button:hover{
  background-color: #000000;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 10px;
  width: 100px;
  height: 30px;
  font-family: monospace;
}
body{
  background-image: url("background.jpg");
  background-repeat: round;
  background-color: #111111;
  background-position: center;
  background-size: contain;
  font-family: monospace;
}
.intro{
  background-color: #000000;
}
#window0{
  overflow: scroll;
  overflow-x: hidden;
  overflow-wrap: break-word;
  height: 450px;
  width: 200px;
  position : relative;
  bottom:0;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color: #00ff00;
  padding: 5px;
  margin: 5px;
  background-color: #000000;
  font-family: monospace;
}
#window0::-webkit-scrollbar {
    width: 0em;
}
#window0::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#window0::-webkit-scrollbar-thumb {
  background-color: #00000000;
}
#window1{
  overflow: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
  height: 450px;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  border-color: #ff0000;
  padding: 5px;
  margin: 5px;
  background-color: #000000;
  font-family: monospace;
}
#window1::-webkit-scrollbar {
    width: 0em;
}
#window1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
#window1::-webkit-scrollbar-thumb {
  background-color: #00000000;
}
