

body {background-color: #f6f6d5;}


div {
  font-size: 1.2em;
 font-family: 'arial rounded MT';
             src: local ('arial rounded MT');
           }

.container {

  max-width: 300px;
  border: 3px solid green;
  background-color:  white;
  border-radius: 5px;
  padding: 5px;
  margin: auto;
  float:center;
  height: 400px;
  overflow:auto;
  scrollbar-color: #87ceeb #e6e6ff;
  scrollbar-width: thin
}

button {
  position: relative;
  float: right;
  color: #669900;
}


form-container{
    margin: center;

}

.btn:hover, .sendMessage-button:hover {
  opacity: 1;
}
.wrap {
  background: #ecc6d9;
  border-radius: 1px;
  font-size: 0.9rem;
  line-height: 0.9;
  margin: 0 auto 7px;
  max-width: 300px;
  padding: 15px;
  word-wrap:break-word;
  position: relative;

}

.wrap span {
    position: absolute;
    top: 1px;
    left: 5px;
    font-size: 0.5rem;
      opacity: 0.5;
}


.wrap span:hover {
  opacity: 1.0;
}
