body {
  background-color: cornflowerblue;
}

#head {
  color: beige;
  text-align: center;
}



textarea {
  background-color: whitesmoke;
  opacity: 0.5;
  font-size: 10;
  height: 10;
  width: 20;
  border-radius: 100;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 100px;
}

#link {
  border-radius: 100px;
  background-color: blanchedalmond; 
  position: absolute;
  top: 105px;
  
}

#chat {
  position: absolute;
  top: 500px;
  left:;
}

#send{
  background-color: wheat;
  border-radius: 100px;
  width: 50px;
  position: absolute;
  top: 510px;
  left: 300px;
}

#back {
  height: 30px;
  width: 40px;
  border-radius: 100px;
  background-color: wheat;
}
