#recall .btn-recall {
  text-align: center;
  position: absolute;
  top: 15%;
  font-weight: 600;
  font-size: 23px;
  background: #FFBA00;
  margin-left: 10px;
  width: 80%;
}

#recall .btn-recall a {
  text-decoration: none;
  color: black;
}

#recall .btn-recall a:hover {
  color: white;
  text-decoration: none;
}

#recall #texto-recall {
  z-index: 999;
  font-size: 1.2rem;
  padding: 1.2rem;
  margin-top: 20px;
  color: black;
  background: white;
  text-align: left;
}

#recall .logo-recall {
  background: black;
  position: absolute;
  top: 50%;
  margin-left: 60px;
}

#recall .recall-box {
  height: 200px;
  background: black;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#recall .logo-recall {

  margin-left: 0;
}