#feedback {
    background-color: #f9f9f9;
}

#feedback p {
    font-size: 18px;
}

.apps-list {
    margin-top: 20px;
    margin-bottom: 10px;
}

.app-block {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.app-block a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.3em;
    color: #444;
}

.app-block a:hover {
    color: #111;
}

.app-block .icon {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    background-size: 64px 64px;
}

.app-ios .icon {
    width: 60px;
    height: 60px;
    margin-left: 2px;
    margin-right: 12px;
    background-size: 60px 60px;
    border-radius: 12px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}

.app-block .name {
    margin-top: 8px;
}