#container{
    background-color: white;
    width: 300px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}

#resistor{
    background-color: white;
    width: 300px;
    height: 60px;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
}

#res-wire{
    width: 100%;
    height: 2px;
    background-color: black;
    display: flex;
    position: relative;
    top: 50%;
    z-index: 1;
}

#res-body{
    width: 200px;
    height: 55px;
    background-color: beige;
    margin-left: 50px;
    display: flex;
    position: relative;
    border-radius: 15px;
    z-index: 2;
}

#belt1{
    width: 10px;
    height: 100%;
    margin-left: 20px;
    z-index: 3;
}

#belt1:hover{
    box-shadow: 0 2px 15px 2px greenyellow;
    border: 1px solid green;
}

#belt2{
    width: 10px;
    height: 100%;
    margin-left: 10px;
    z-index: 3;
}

#belt2:hover{
    box-shadow: 0 2px 15px 2px greenyellow;
    border: 1px solid green;
}

#belt3{
    width: 10px;
    height: 100%;
    margin-left: 10px;
    z-index: 3;
}

#belt3:hover{
    box-shadow: 0 2px 15px 2px greenyellow;
    border: 1px solid green;
}

#belt4{
    width: 10px;
    height: 100%;
    margin-left: 100px;
    z-index: 3;
}

#belt4:hover{
    box-shadow: 0 2px 15px 2px greenyellow;
    border: 1px solid green;
}

#belt5{
    width: 10px;
    height: 100%;
    margin-left: 80px;
    z-index: 3;
}

#belt5:hover{
    box-shadow: 0 2px 15px 2px greenyellow;
    border: 1px solid green;
}

img{
    width: 300px;
}

#info{
    text-decoration-line: underline;
}

#value1{
    position: absolute;
}