.gray-circle {
    border-radius: 100%;
    background: #babeb8;
    width: 10px;
    height: 10px;
    margin-left: 15%;
}

.green-circle {
    border-radius: 100%;
    background: #3baf1d;
    width: 10px;
    height: 10px;
    margin-left: 15%;
}