.circle {
    border: 1px solid red;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    text-align: center;
    background-color:white;
}

.circle p {
	margin-top: 20px;
    font-size: 70px;
    font-weight: bold;
    font-family: sans-serif;
    color: red;
}