body{
    background-image: url("../icons/TheReach.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    color: white;    
    height: 100vh;
    overflow-y:auto;
    margin:0px;
}
#tree{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    gap:2px;
}
#pfp{
    padding-top:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    text-align: center;
}
#pfp>img{
    margin-left: auto;
    margin-right: auto;
    width:150px;
    border-radius: 55px;
    text-decoration: solid 30px black;
}