.jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  .pixelify-sans {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

h1, h2 {
    text-align: center;
    color: #EA4D8E;
    font-family: 'Jacquard 12', system-ui;
}

h1 {
    font-size: 35px;
    padding-top: 50px;
}

h2 {
    margin-bottom: 0%;
    font-size: 25px;
}

h2:hover, h1:hover{
    color: pink
}

.left{
    
    border: none;
    height: 100%;
    width: 25%;
    padding: 20px;
    padding-top: 100px;
}

.middle {
    border: none;
    height: 100%;
    width: 25%;
    padding: 20px;
    padding-top: 60px;
}

.side {
    border: none;
    height: 100%;
    width: 25%;
    padding: 20px;
    padding-top: 60px;
}

.right {
    border: none;
    height: 100%;
    width: 25%;
    padding: 20px;
    padding-top: 100px;
}

/* width */
.content::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.content::-webkit-scrollbar-track {
    background: #FFF4F6;
  }
  
  /* Handle */
.content::-webkit-scrollbar-thumb {
    background: #FFB9D8;
  }
  
  /* Handle on hover */
.content::-webkit-scrollbar-thumb:hover {
    background: #ff6ca7;
  }