body {
    background-color: pink;
}


.seal {
    position: fixed;
    bottom: 0px; right: 0px;
}


h1 {
  text-align: center;
}

.navbar ul {
  list-style-type: none;
  background-color: magenta;
  padding: 0;
  margin: 0;
  overflow:hidden;
 
}

.navbar a {
  color: white;
  text-decoration: none;
  padding: 15;
  display: block;
  text-align: center;
}

.navbar a:hover {
  background-color: black;
}

.navbar li {
  float:left;
}

#chattable {
  position: fixed;
  bottom: 85px;
  right: 10px;
  width: 400px;
  height: 250px;
}

.page_title {
  text-align: center;
}
