h1 {
  text-align: center;
  font-family: "Roboto Flex", sans serif;
  color: white;
}

h2 {
  text-align: center;
  font-family: "Roboto Flex", sans serif;
  color: white;
}

body {
  background-color: #78482F;
  height: 1800px;
  font-family: "Nunito", serif;
}

.bubble {
  max-width: 40%;
  margin: 5%;
  padding: 10px 10px 10px 10px;
  clear: both;
}

.image {
  max-width: 95%;
}

img {
  max-width: 100%;
}

.chat-left {
  background-color: chartreuse;
  float: left;
  border-radius: 25% 25% 25% 0%
}

.chat-right {
  background-color: lightblue;
  float: right;
  border-radius: 25% 25% 0% 25%
}