body{
    background-color: rgb(255, 255, 255);
    font-family: "Playwrite NZ Basic", cursive;
    padding: 1rem;
    margin: 0;
}

h1 {
    display: flex;
    justify-content: center;
    margin: 25px;
    font-size: 25px;
}

p {
    display: flex;
    justify-content: center;
    margin: 1.2vw;
    font-size: 18px;
}

.bold {
    font-weight: 900;
}

.descriptiveParagraph {
    margin: 0 38rem 0 38rem;
}

/* Styles for the outer box around the PIXI Container */
.pixiContainerOuterBox {
    background-color: rgb(240, 240, 240);
    width: 1655px;
    box-shadow: 0 10px 30px rgb(100, 100, 100);
    border-radius: 2rem;
    padding: 25px 0;
    margin: 0 auto;
}

/* Styles for the PIXI Container / Canvas itself */
#pixiContainer{
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    margin: auto;
}
