body {
    background: #282828;
    color: white;
    font-size: 90%;
    margin: 10px;
}


div {
    height: 15px;
    width: 15px;
    background: #00d627;
    float: left;
    margin: 5px;
}


span {
    font-weight: bolder;
    color: #00d627;
}