@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
    font-family: "Poetsen One", sans-serif;
}
.poetsen-one-regular {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .mysize {
    font-size: 20px;
  }
  .fortittle {
    font-size: 25px;
  }
  .bottomtittle {
    font-size: 15px; 
  }