html,
body {
    background-color: #040229;
	padding: 0;
    margin: 0;
}

.container-tree {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040229;
}

.title {
    position: fixed;
    top: 75%;
    left: 50%;
	 transform: translate(-50%, -50%);
    font-family: monospace;
    user-select: none;
    pointer-events: none;
    color: white;
}

.author {
    position: fixed;
    bottom: 3%;
    right: 3%;
}
