body {
    margin:0;
    padding:0;
}

.circle {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    font-family: arial black;
}