
#A{
    height: 400px;
    width: 200px;
    position: relative;
    background-color: rgb(208, 214, 243);
    border-top-left-radius: 200px;
    border-bottom-left-radius:  200px;
    right: 200px;

}

#A:active{
    background-color: yellow;
}

#B{
    height: 400px;
    width: 200px;
    position: relative;
    background-color: rgb(222, 226, 247);
    margin: 0 auto;
    left: 100px;
    border-top-right-radius:  200px;
    border-bottom-right-radius:  200px;

}

#B:active{
    background-color: rgb(249, 249, 149);
}

#C{
    height: 90px;
    width:  90px;
    position: relative;
    background-color: rgb(13, 71, 93);
    left: -90px;
    bottom: 20px;

}
#D{
    height: 90px;
    width:90px;
    position: relative;
    background-color: rgb(86, 127, 142);
    left: 0px;
    bottom:110px;

}
#E{
    height: 50px;
    width:  90px;
    position: relative;
    background-color: rgb(9, 48, 60);
    left: -90px;
    bottom: 110px;
    border-radius: 0px 0px 0px 98px;
}
#F{
    height: 50px;
    width:90px;
    position: relative;
    background-color: rgb(83, 111, 119);
    left: 0px;
    bottom:160px;
    border-radius: 0px 0px 98px 0px;

}
#G{
    height: 30px;
    width:30px;
    position: relative;
    background-color: rgb(83, 111, 119);
    left: 0px;
    bottom:160px;
    border-radius: 0px 0px 98px 0px;

}
#H{
    height: 30px;
    width:30px;
    position: relative;
    background-color: rgb(9, 48, 60);
    left:-30px;
    bottom:190px;
    border-radius: 0px 0px 0px 98px;

}
#lamp{
    height: 133px;
    width: 40px;
    background-color: rgba(203, 207, 244,0.5);
    position: relative;
    bottom: -247px;
    left: 180px;
}

#lamp:active{
    background-color: rgba(255, 179, 0, 0.5);
}
#lamp2{
    border: 25px solid rgba(203, 207, 244,0.5);
    border-radius: 100px;
    height: 30px;
    width: 40px;
    bottom: 78px;
    left: -25px;
    position: relative;
 
}
#lamp2:active{
    border: 25px solid rgba(255, 179, 0, 0.5);
}
