.circle{cursor:pointer;background-color:#fff;border-radius:12vw;justify-content:center;align-items:center;width:12vw;height:12vw;transition:transform .3s;display:flex;box-shadow:0 0 10px #000c}.circle:hover{transform:scale(1.1)}.heightGraphic{justify-content:center;align-items:center;width:150px;height:800px}.items{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.items div{background-color:#f08080;border-radius:50%;width:30px;height:30px;position:absolute}.items div:first-child{top:20%;left:50%}.items div:nth-child(2){top:30%;left:70%}.items div:nth-child(3){top:50%;left:80%}.items div:nth-child(4){top:70%;left:70%}.items div:nth-child(5){top:80%;left:50%}.items div:nth-child(6){top:70%;left:30%}.items div:nth-child(7){top:50%;left:20%}.items div:nth-child(8){top:30%;left:30%}.items div:nth-child(9){top:40%;left:45%}.items div:nth-child(10){top:60%;left:45%}@media (width<=768px){.items div{width:20px;height:20px}}