#fractal-tree {
    margin-top: 0;
    padding-bottom: 0; /* Remove padding if any */
    display: flex;
    justify-content: center;
    align-items: center;
}

#fractal-tree canvas {
    width: 100 !important;
    height: 100 !important;
    display: block;
    margin: 0 auto;
    margin-top: -14.5%;
    margin-left: -21%;
}

@media only screen and (max-width: 600px) {
    #fractal-tree canvas {
        width: 150px !important;
        height: 100% !important;
    }
}

#connectbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}