.box-info {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    font-size: 80pt;
    color: #eee;
    opacity: 0.5;
    z-index: 0;
    bottom: -50px;
    left: -50px;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    background-color: white;
    text-align: center;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}