body {
  background-color: rgb(216, 176, 160);
  text-align: center;
}

img {
  margin-left: 20px;
  width: 300px;
  align-self: center;
}

.entrada {
  text-align: center;
}

.acoes {
  float: left;
  margin-left: 200px;
  display: flex;
  flex-direction: row;
  width: 210px;
  flex-wrap: wrap;
}
.btn-acao {
  margin-top: 10px;
  width: 130px;
  align-items: flex-start;
  height: 40px;
}
.status {
  align-items: flex-end;
  margin-left: 10px;
  font-size: 20px;
}

.conversa {
  display: block;
  float: right;
  margin-right: 200px;
  width: 300px;
}
div#text {
  height: 400px;
  background-color: linen;
  border-radius: 10px;
  overflow: auto;
}

div#text h3 {
  border-bottom: solid black;
  margin: 3px;
}

input#mensagem {
  margin: 5px;
  width: 270px;
}

.mensagem-usuario {
  text-align: left;
  margin: 2px 2px 2px 10px;
  color: grey;
}

.mensagem-gato {
  text-align: right;
  margin: 2px 10px 2px 2px;
  color: chocolate;
}
.mensagem-aviso {
  text-align: center;
  margin: 2px 2px 2px 2px;
  color: green;
}

#pop-up {
  background-color: rgb(233, 191, 128);
  border-radius: 10px;
  position: absolute;
  top: 10%;
  left: 20%;
  width: 50%;
  height: 50%;
  font-size: 70px;
}

.hidden {
  display: none;
}

.radio-btn {
  display: inline-block;
  margin: 5px 30px 5px 5px;
}
