html {
     background-color: #8ed6e8;
     align-items: center;
     justify-content: center;
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h1 {
     text-align: center;
     font-size: 5rem;
}
p {
     font-size: 2rem;
     margin-left: 20%;
     margin-right: 20%;
}
#pixiContainer {
     display: flex;
     justify-content: center;
}