html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: darkgreen;
}

.tree-container {
    position: absolute;
    top: 20%;
    left: 30%;
}

.text-label {
    position: absolute;
    top: 1rem;
    left: 45rem;
    font-size: 5rem;
    background: linear-gradient(#f50000, #2c0040);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}