.button {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: #9bc2b1;
  border-radius: 10px;
  background-size: auto;
  color: #fffafa;
  width: 140px;
  padding: 1px;
}