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

.right {
    border: none;
    height: 100%;
    width: 60%;
    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%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 90%;
    image-rendering: pixelated;
}

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

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

.statsbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-right: 8px;
}

.staright {
    width: 45%;
}

.staleft {
    width: 45%;
}

.btaright {
    width: 35%;
}

.sbtaleft {
    width: 45%;
}

.relseppic {
    width: 35%;
}

.relseptex {
    width: 60%;
}

.wrapper {
    width: 100%;
}

.progress-bar {
    width: 100%;
    background-color: #ffffff;
    padding: 3px;
    border: #ffacdb 2px solid;
}

.progress-bar-fill {
    display: block;
    height: 20px;
    background-color: #ffacdb;
}

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

h1 {
    font-size: 35px;
}

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

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

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

