body {
    background-image: url(https://i.mij.rip/2025/05/27/ce9d50a36ba1b4040680dd698bbc0e94.png);
    background-size: 250px;
    background-color: #131313;
    color: #fff;
    overflow-x: hidden;
}

.v-center {
    align-content: center;
}

.img-radius {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

.img-radius:hover {
    transform: scale(1.05);
}

.text-block {
    padding: 20px;
}

.mt-5 {
    margin-top: 80px;
}

.mt-6 {
    margin-top: 100px;
}

.download-btns a {
    margin-top: 10px;
    margin-right: 10px;
    width: 200px;
}

.quote-begin::before {
    content: "“";
    font-size: 60px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: -1;
    transform: translate(-30px, -30px);
}

.quote-end::after {
    content: "”";
    font-size: 60px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: -1;
    transform: translate(0px, -15px);
}

.btn i {
    margin-right: 10px;
}

.footer {
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .text-block {
        padding: 10px;
    }

    .download-btns a {
        width: 100%;
    }
}