@import"../styles.css";
#topLeft {
    top: 30px;
    left: 30px;
}
#topRight {
    top: 30px;
    right: 30px;
}
#bottomLeft {
    bottom: 30px;
    left: 30px;
}
#bottomRight {
    bottom: 30px;
    right: 30px;
}
.orange {
    position: absolute;
    margin-top: 10px;
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    z-index: 3;
    display: none;
}
#top {
    top: 10px;
}
#left {
    top: 35%;
    left: -20px;
}
#right {
    top: 35%;
    right: -20px;
}
#bottom {
    bottom: -10px;
}
#underBackDrop {
    height: 580px;
}
#backdrop {
    height: 550px;
}
