#animation_container {
  position:absolute;
  margin:auto;
  left:0;right:0;
  top:100px;
}


#inputtext{
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 450px;
  text-align: center;
  border: 2px solid white;
  border-radius: 20px;
  padding: 10px;
  color: #2b7194;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.71);
  box-shadow: 0 0 20px rgba(43, 113, 148, 0.3);
}

#output{
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 550px;
  color: #7197ab;
  font-family: sans-serif;
}

#output .message{
  border-bottom: 1px solid #a7c4d2;
  color: #96a5b0;
  padding: 10px;
}

#output .right{
  text-align: right;
  color: #7197ab;
}