
body {
    background-color:#a1a1e3;
    text-align: center;
    font-family: Arial, sans-serif;
    color: rgb(101, 11, 71);
}
.resistor {
    width: 200px;
    height: 50px;
    background-color: beige;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #dcbca5;
    border-radius: 10px;
    display: flex;
    justify-content: spa

}
.band {
    width: 10px;
    height: 50px;
    position: absolute;
}
.color-option {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
}
