#voler {
  /* background-color: #f1ffff; */
  border: 1px solid rgb(173, 173, 173);
  color: #000000;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

#single-foro {
  font-size: 30px !important;
}

.response {
  border: 1px solid rgb(218, 218, 218);
  padding: 20px 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.response .name {
  font-weight: 600;
  margin-bottom: 10px;
}

.response .res {
}

.response img {
  width: 30px;
}

.response .btn {
  border: 1px solid rgb(108, 177, 106);
  /* border-radius: 50%; */
  border-radius: 4px;
  padding: 3px 5px;
  color: rgb(67, 150, 101);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 23px;
  width: 23px; */
}

.response .red {
  color: rgb(124, 31, 67);
  border: 1px solid rgb(161, 118, 118);
}

.response .btn span {
  font-weight: 600;
  font-size: 13px;
}

#response-button {
  /* border-radius: 50%; */
  border: 1px solid rgb(167, 167, 167);
  background-color: blac;
  border-radius: 4px;
  padding: 3px 5px;
  color: rgb(59, 59, 59);
  cursor: pointer;
  font-size: 15px;
}
