.app {
    display: inline-block;
    width: 250px;
    text-align: center;
    vertical-align: top;
}

.icon {
    width: 150px;
    height: 150px;
    border-radius: 36px;
    box-shadow: 0px 10px 15px gray;
}
