.inverter-div{
    position: absolute;
    top: 9%;
    left: 33%;
    width: 25%;
}
.inverter-div::after{
    content: "INVERTER";
    position: absolute;
    background-image: url(../assets/plank.png);
    background-size: cover;
    border-radius: 5px;
    padding: 0 8px;
    font-weight: bold;
    font-size: 1.5rem;
    bottom: -18%;
    left: 35.5%;
    border: 2px solid black;
}
.glow-button{
    position: absolute;
    width: 8%;
    height: 17.5%;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    font-family: sans-serif;
    align-content: center;
    text-align: center;
    /* transition: box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease; */
}
#s1{
    top: 11%;
    left: 34%;
}
#s2{
    top: 11%;
    left: 52%;
}
#s3{
    top: 11%;
    left: 70%;
}
#s4{
    top: 56.5%;
    left: 34%;
}
#s5{
    top: 56.5%;
    left: 52%;
}
#s6{
    top: 56.5%;
    left: 70%;
}
.high{
    background-color: rgba(255, 0, 0, 0.475);
}
.low{
    background-color: rgba(0, 0, 255, 0.475);
}
.active-red{
    background-color: red;
    box-shadow: 0 0 10px red, 0 0 20px red, 0 0 30px red;
    transform: scale(1.1);
}
.active-blue{
    background-color: blue;
    box-shadow: 0 0 10px blue, 0 0 20px blue, 0 0 30px blue;
    transform: scale(1.1);
}
