
body {
  background-color: black;
  font-family: papyrus;
}
.title {
  display: flex;
  justify-content:center;
  align-content:stretch;
  background-image: url("backtitle.png");
  height:200px;
}

.links {
 display:flex;
 justify-content:center;
 justify-content:space-around;
 align-items: center;
 flex-direction: row;
 color: violet;
 
}

.chat {
  width: 350px;
  height: 500px;
  border: 1px solid #ccc;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: white;
}


