
.toggle{
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 100%;

}

.toggle img{
    position: absolute;
    z-index: 1;
    height: 50%;
    left: 90%;
}
