.cat {
  display: block;
  margin: 0 auto;
  width: 160px;
  padding-top: 240px;
}

.love {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding-left: 40px;
}

.h1 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding-left: 20px;
}

.botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.não {
  background-color: red;
  color: white;
  padding: 10px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sim {
  background-color: #2ecc7d;
  color: white;
  padding: 20px 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .cat {
    padding-top: 170px;
    width: 120px;
  }
}
