.app-page-block {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    .app-icon {
        width: 40px;
        height: 40px;
        border-radius: 10%;
        margin-right: 15px;
        display: block;
    }
}
.content a {
    text-decoration: none;
}
.content a:hover {
    text-decoration: underline;
}
.apps-header {
    text-align: center;
    .app-icon {
        width: 100px;
        height: 100px;
        border-radius: 10%;
        margin: 0 auto;
        display: block;
    }
}