.main_tittle {
    font-family: "Poetsen One", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #FD0096;
  }

  .parallax-section {
    background-image: url('assets/images/section2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .loader {
    border-top-color: #FD0096;
  }