@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:wght@300&display=swap");

* {
  font-family: "Open Sans", sans-serif;
}

.head {
  font-family: "Great Vibes", cursive;
}

input[type="checkbox"]:checked + label.strikethrough {
  text-decoration: line-through;
}
