
*{
margin: 5px 5px 5px 5px;


}




#one{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border-color: rgb(21, 255, 0);
    border-style: solid;
    border-width: 2px;
    
}

#two{
    height:100px;
    width: 100px;
    border-radius: 100px;
    border-color:rgb(81, 0, 255);
    border-style: solid;
    border-width: 2px;
}


#three{
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border-color:rgb(50, 49, 48);
    border-style: solid;
    border-width: 2px;
}

