body {
    background: linear-gradient(180deg, #1e1e30, #0d0d15);
}

@media (max-width: 768px) {
    .hero-image {
        width: 500px !important;
    }
}

body {
    margin: 0;
    font-family: Nunito, Archivo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    text-align: left;
    background-color: #0e0e0e;
}

.ani-image {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.ani-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.description-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}




.hero-image {
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
}

.btn-primary {
    background-color: #FFBB33;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #ff7700;
    transform: scale(1.05);
}

.card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.section-header {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.section-content {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.section-content a {
    color: #FFBB33;
    text-decoration: none;
    font-weight: bold;
}

.section-content a:hover {
    text-decoration: underline;
}

.highlight {
    color: #FFBB33;
}

footer {
    background-color: #0c0c0c;
    padding: 30px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

footer a {
    color: #FFBB33;
    text-decoration: none;
    margin: 0 15px;
}

footer a:hover {
    text-decoration: underline;
}