body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #fafafa;
    color: #212121;
}

header {
    background-color: #E91E63;
    padding: 20px;
    text-align: center
}

.logo {
    width: 100%;
    text-align: center;
}

.logo img {
    width: 80px;
    border-radius: 10px;
}

h1 {
    margin: 0;
    font-size: 28px
}

nav a {
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none
}

nav a:hover {
    color: #fff
}

section {
    padding: 30px;
    max-width: 900px;
    margin: auto
}

h2 {
    color: #38bdf8;
    text-align: center;
}

ul,
ol {
    line-height: 1.8
}

.card {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 12px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.cta {
    display: inline-block;
    background: #38bdf8;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px
}

.cta:hover {
    background: #0ea5e9
}

footer {
    background-color: #E91E63;
    padding: 20px;
    text-align: center;
    margin-top: 40px
}

.logo-box {
    width: 100%;
    text-align: center;
}

.index-logo {
    border-radius: 20px;
    height: 100px;
}

a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: bold;
}

#ads {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background: transparent;
    margin: 10px 0;
}

#ads>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70px;
    box-sizing: border-box;
}

#ads img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(24, 24, 24, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease;
    display: block;
    border: none;
    background: linear-gradient(135deg, #fff, #fff);
}

#ads a {
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
}

#ads img:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 10px 24px rgba(24, 24, 24, 0.18);
}

#ads figcaption,
#ads .caption {
    height: 15px;
    font-size: 12px;
    color: #666;
    text-align: center;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card .img-box {
    width: 100%;
    text-align: center;
}

.card .img-info {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
    max-width: 300px;
}
#applist {
    text-align: center;
}

#applist .applist-title {
    font-weight: bold;
}