@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url("https://fonts.googleapis.com/css2?family=Climate+Crisis&family=Noto+Sans+JP:wght@300&family=Reggae+One&display=swap");

body {
  background: beige;
  /* font-family: "Climate Crisis", cursive; */
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.head_text {
  margin: 0;
  font-size: 24px;
  font-family: "Climate Crisis", cursive;
  position: relative;
  font-weight: normal;
  display: inline-block;
  padding-top: 15px;
  padding-left: 40px;
  padding-bottom: 20px;
}

.head_text:before {
  content: "";
  background-color: coral;
  display: block;
  position: absolute;
  left: 0;
  height: 55px;
  width: 90px;
  border-radius: 81% 19% 44% 56% / 75% 13% 87% 25%;
  top: 0;
  z-index: -1;
}
