.circle {
            width: 20px;
            height: 20px;
            border: 1px solid #000;
            position: absolute;
            border-radius: 15px;
        }

.circle1 {
            width: 32px;
            height: 32px;
            background: transparent;
            border: 1px solid rgb(255, 255, 255);
            border-radius: 50%;
    
        }
    
.circle2 {
            width: 4px;
            height: 4px;
            background: rgb(255, 255, 255);
            border: 1px solid rgb(255, 255, 255);
            border-radius: 50%;
        }