:root {
    --bs-primary-bg-subtle-cstm: #81818f;
    --bs-body-bg-cstm: #81818f;
}


body {}

h1 {}

h2 {}

p {}

ol {}

.definition {
    padding: 16px 10px;
    background: #81818f;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #fff inset;
    border: solid 1px #c4c4c4;
}

.contain {
    padding: 4px 1px;
    margin: 0px auto;
}

ul {
    counter-reset: item;
    list-style-type: none;
    /* Remove default bullets */
    /* padding-left: unset; */
}

nav > ul {
    padding-left: 0px;
}

#plant {
    width: 220px;
    margin: 0px auto;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #fff inset;
    border: solid 1px #c4c4c4;
}

#plant::after {
    position: relative;
    top: 2px;
    z-index: 10;
    height: 5px;
    width: auto;
    background-color: brown;
    border-bottom: 8px brown solid
}

pre {
    width: 100%;
    /* margin: 0px auto; */
    text-align: left;
}

#plant, #stats{
}
#stats {
    text-align: left;
    /* padding: 0px 4px; */
    margin: 0px;
    /* box-sizing: border-box; */
    width: 320px;
}

.plant {
    width: 66.66%;
    margin: 0px auto;
    float: right;
    padding-bottom: 50px;
    font-weight: bold;
}


.stat >  em {
    font-weight: bold;
}

.stats {
    width: 33.33%;
    float: left;
    margin: 0px auto;
    /* text-wrap: wrap; */
}

.stats > ul > li {
    text-wrap-mode: wrap;
    text-wrap-style: pretty;
}