body {
    background-color: #c7e7f2;
}
h1 {
    font-family: "Luckiest Guy", cursive;
    width: 100%;
    font-size: 65px;
    margin-top: 30px;
    margin-bottom: 0px;
    white-space: nowrap;
    text-align: center;
    color: palevioletred;
}
h2 {
    font-family: "Francois One", sans-serif;
    text-align: center;
    color: rgb(154, 64, 206);
    white-space: nowrap;
    font-size: 35px;
    margin-top: 0;
}
p {
    font-family: 'Courier New', Courier, monospace;
    color: black;
    font-size: 15px;
    text-align: center;
}
p {
    font-family: 'SN Pro', sans-serif;
    color: black;
    font-size: 20px;
    text-align: center;
}
#pixiContainer {
    border: 4px solid #2f2f2f;
    width: 640px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
}