#inapoi a {
    text-decoration: none;
    color: #8ab4ff;
}

#arrow {
    font-size: 1.7rem;
    margin-right: 0px;    
}

#inapoi a:hover {
    color: white;
}

ul {
    padding-left: 0;
    margin-left: 0;
}

li {
    list-style-type: none;
}

body {
    background-color: #121826;
    color: #f5f5f5;
    font-family: Arial, sans-serif;
}

h1 {
    display: flex;
    justify-content: center;
}

#subt {
    display: flex;
    justify-content: center;
    color: #A78BFA;
    margin-bottom: 50px;
}

#categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.category {
    border: 1px solid #2A3348;
    border-radius: 20px;
    width: min(400px, 100%);
    min-height: 350px;
    box-sizing: border-box;
    padding: 24px;
    padding-bottom: 0;
    margin: 10px;
    transition: .25s ease;
}

.category:hover {
    border-color: #7C5CFA;
}

.category h3 {
    font-size: 28px;
    margin: 0;
    align-items:center;
    line-height: 1;
    display: flex;
}

.img {
    line-height: 1;
    font-size: 2.1rem;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    transform: translateY(-4px);
}

.expl {
    font-size: 20px;
}

.catbut {
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin-top:30px;
    background: #7C5CFA;
    color: white;
    height:50px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;

    border-radius: 12px;
    transition: .2s ease;
}

.catbut:hover {
    background: #9476FF;
    transform: translateY(-2px);
    cursor: pointer;
}

.catbut:active {
    transform: translateY(0);
}

.category ul {
    font-size: 19px;
}

#need {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:24px;
    margin-bottom: 0px;
}

#where {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #B8C2D1
}

.whatsapp-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #25D366;
    color: #121826;
    font-weight: 700;
    text-decoration: none;
    border-radius: 18px;
    transition: 0.2s;
}

.whatsapp-btn:hover {
    background: #2EE071;
    transform: translateY(-2px);
}

#Help {
    text-align:center;
}

footer {
    margin-top: 30px;
    border-top: 1px solid #2A3348;
    text-align: center;
}

footer p {
    font-weight: 600;
}