.radarbox {
    width: 150px;
    height: 150px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
