body {
  background-color: white;
  color: black;
  font-family: Arial;
}

#sidebar {
  margin: 0;
  padding: 0;
  width: 400px;
  border-right-style: solid;
  border-right-width: 1px;
  position: fixed;
  height: 100%;
  overflow: auto;
}

#buttonholder {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 70px;
}

.navbutton {
  height: 40px;
  width: 40%;
  margin: 10px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
}


.notsidebar {
  margin-left: 30%;
  width:800px;
}

.chat {
  
  border-style: solid;
  border-width: 1px;
  font-family: "Courier New";
  font-weight:bold;
  padding:10px;
}

.alfred {
  color:#006010;
}

.jamie {
  color:#ff60e0;
}