.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;
  }

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

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

.stamps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


