@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Poppins&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

.text-judul {
  font-family: "Permanent Marker", cursive;
  color: #3eb54a;
}

.text-button {
  color: #6decb9;
}
