.app-icon {
    background-image: url(app-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: white;
    border-radius: 50px;
}

