.buttonForYou {
  background-color: #0d6efd;
  color: #fff;
  height: 3em;
  border: #0d6efd 0.2em solid;
  border-radius: 11px;
  text-align: center;
  transition: all 0.6s ease;
}

.buttonForYou:hover {
  background-color: #ffffff00;
}

button .textCSS {
  display: block;
}

