.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: 25%;
    padding: 20px;
    padding-top: 60px;
}

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

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


.justify-content-inbetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hithere {
    display: flex;
    align-items: center;
    justify-content: center;
}

.byethere {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#toyhousepfp {
    max-width: 100%;
    max-height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 100%;
    image-rendering: pixelated;
}