body {
    background-color: rgb(0, 0, 0);
    image-rendering: pixelated;
}

.tree {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh
}