#hydrogen-cylinder{
    position: absolute;
    top: 10%;
    left: 0.4%;
    width: 5%;
    height: 30%;
}
#pipe1{
    position: absolute;
    top: 34.3%;
    left: -1.8%;
    width: 12%;
    height: 27%;
}
#arrow-container{
    position: absolute;
    top: 53%;
    left: 39.5%;
    width: 5%;
}
#arrow{
    width: 100%;
}
#arrow-container::after{
    content: "0₂";
    position: absolute;
    top: 10%;
    right: -60%;
    font-size: 2rem;
    color: black;
    letter-spacing: 3px;
}
#cell-text-a1{
    padding-right: 12px;
    padding-bottom: 5px;

    position: absolute;
    top: 48%;
    left: 17.8%;
    font-size: 1.2rem;
    font-weight: bold;
    /* color: white; */
    z-index: 10000;
}
#cell-text-a2{
    padding-left: 12px;
    padding-bottom: 5px;
    position: absolute;
    top: 48%;
    left: 24.9%;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 10000;
    /* color: white; */
}
#cell-text{
    position: absolute;
    bottom: 0.2%;
    left: 14%;
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    background-image: url("../assets/plank.png");
    background-size: cover;
    border: 2px solid black;
    border-radius: 5px;
    padding: 0 8px;
}
#outer-border-cell{
    position: absolute;
    bottom: 6%;
    left: 6%;
    box-sizing: border-box;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 7px;
    height: 42%;
    width: 33%;
    display: flex;
}
#left-portion{
    box-sizing: border-box;
    width: 30%;
    border-right: 2px solid black;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    clip-path: path('M -5 0 Q 0 0 0 10 L -6 -9.4 Q -12 61.6 14 62 L 60.6 62.6 Q 73 62 70.5 79.5 L 70.5 234 Q 64 237 17 235.5 L 10 236 Q -3 237 -1 264 L 0 264 Q 0 358 10 332 L 190 332 L 200 0 L 10 0 Z');    
    height: 100%;
    background-color: rgba(120, 202, 229, 0.906);
    box-shadow: inset 5px 5px 10px rgb(10, 183, 241),inset 5px 5px 15px rgb(10, 183, 241),inset -5px -5px 10px rgb(10, 183, 241),inset -5px -5px 15px rgb(10, 183, 241);
    display: flex;
    align-items: center;
}
#right-portion{
    box-sizing: border-box;
    width: 30%;
    border-left: 2px solid black;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    clip-path: path('M 154 0 Q 154 0 154 10 L 145 48 Q 145 63.5 135 62.5 L 81 63 Q 74 64 74.5 79 L 75 228 Q 75 238 99 235.5 L 134 236 Q 149 233 147 259 L 201 318 Q -3 313 190 343 L 0 343 L 0 0 L 190 0 Z');    height: 100%;
    background-color: rgba(255, 166, 0, 0.906);
    box-shadow: inset 5px 5px 10px rgb(235, 125, 7),inset 5px 5px 15px rgb(235, 125, 7),inset -5px -5px 10px rgb(235, 125, 7),inset -5px -5px 15px rgb(235, 125, 7);
    display: flex;
    align-items: center;
    justify-content: end;
}
#white-left,#white-right{
    box-sizing: border-box;
    border: 2px solid black;
    height: 59%;
    width: 50%;
    border-radius: 10px;
}
#white-left{
    box-shadow: 5px 5px 10px rgb(10, 183, 241),5px 5px 15px rgb(10, 183, 241),-5px -5px 10px rgb(10, 183, 241),-5px -5px 15px rgb(10, 183, 241);
}
#white-right{
    box-shadow: 5px 5px 10px rgb(235, 125, 7),5px 5px 15px rgb(235, 125, 7),-5px -5px 10px rgb(235, 125, 7),-5px -5px 15px rgb(235, 125, 7);
}
#middle-portion{
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: bisque;
}
#anode,#cathod{
    box-sizing: border-box;
    width: 10%;
    height: 100%;
    border: 2px solid black;
    background-color: green;
    box-shadow: inset 0 0 5px black,inset 0 0 6px black;
    border-radius: 5px;
    writing-mode: vertical-rl; /* Vertical, right to left */
    text-orientation: upright; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}