h1 {
  font-size: 500px;
  color: white;
}
.bubble {
  max-width: 45%;
  margin: 2%;
  padding: 15px 20px;
  clear: both;
}
.chat-left {
  background: lightblue;
  float: left;
  border-radius: 30% 30% 30% 2%;
  font-family: arial;
}
.chat-right {
  background: lightgray;
  float: right;
  border-radius: 30% 30% 2% 30%;
  font-family: arial;
}
.image {
  max-width: 95%;
}
#absoluteBox {
  position: absolute;
  top: 200px;
}
#headings {
  background: white;
  width: 100vw;
  height: 10vh;
  float: left;
  clear: both;
}
#person1 {
  padding: 50px;
  top: 0%;
  left: 0%;
  width: 505px;
  position: fixed;
  font-size: 40px;
  font-family: verdana;
}
#person2 {
  padding: 50px 20px;
  top: 0%;
  left: 87%;
  position: fixed;
  font-size: 40px;
  font-family: verdana;
}