.assignment {
    background: url('img/assignment.png');
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 5px solid cyan;
    display: inline-block;
    text-align: justify;
    /* Other styles here */
}