body{
    font-family: sans-serif;
    height: fit-content;
    margin: 10px;
    background-color: white;
}
h1{
    text-align: center;
}


.svg-wrapper object {
    width: auto;
    height: auto;
}
.svg-container {
    display: flex;
    flex-direction: row;
}
#classdropdown {
    margin-right: 20px;
}
#treedropdown {
    margin-right: 20px;
}
#optionsforclass {
    margin-right: 20px;
}

#tree-svg {
    margin-top: 71px;
}