.circle(@size) {
    display: block;
    width: @size;
    height: @size;
    border-radius: 50%;
}