.circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: deepPink;
    margin: 5px;
}
