#sidebar {
    width: 10%;
    margin: 0;
    padding: 5px;
    position: fixed;
    border-style: outset;
    background-color: white;
}

#main {
    position: relative;
    left: 20%;
}

#options {
    text-align: center;
    width: 300px;
    height: 200px;
    padding: 5px;
    border-style: solid;
    margin-right: 2px;
    position: relative;
}

#advToggle {
    position: absolute;
    bottom: 2px;
    right: 2px;
}

#trinketOptions {
    text-align: left;
    border-style: solid;
    padding: 5px;
}

#flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#curseChance {
    text-align: center;
}