body {
    background-color: #f1f1f1;
    text-align: center;
    margin: 0;
    padding: 0;
}

.top-title {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    place-content: center;
}

.top-title > div {
    display: flex;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
}

.section {
    margin: 15px;
    text-align: left;
}

.logo {
    max-height: 40px;
}

p {
    text-align: justify;
}

.preview-img {
    border-radius: 2%;
    max-width: 100%;
}

.google-play-img {
    max-height: 50px;
    height: 50px;
}

.android-badge-parent {
    margin-top: 15px;
    text-align: center;
}

.badges {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.images-parent {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: 100%;
    gap: 10px;
    min-width: 0;
}

.images-parent img {
    max-width: max(200px, 100vw);
    max-height: max(400px, 70vh);
}

.social-networks {
    margin-top: -15px;
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}

/** bluesky link **/

.bluesky-link {
    position: relative;
    font-weight: bold;
}

.bluesky-link span {
    vertical-align: top;
    margin-left: 20px;
    color: #1a1a1a;
}

.bluesky-link a {
    display: block;
    min-height: 20px;
    background-color: white;
    padding: 1px 12px 1px 12px;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 9999px;
    font: normal normal normal 12px / 18px 'Helvetica Neue', Arial, sans-serif;
    color: white;
    text-decoration: none !important;
    border: solid 1px #bbb;
}

.bluesky-link a:visited {
    color: #111;
    text-decoration: none !important;
}

.bluesky-link img {
    position: absolute;
    top: 3px;
    margin-right: 5px;
    display: inline-block;
    height: 16px;
    width: 16px;
}
