body {
    background-color:rgb(255, 255, 255);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#pixiContainer {
    border: 4px solid #2f2f2f;
    width: 640px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
}