﻿.parent-container {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* align title to the left */
    gap: 20px;
}

.download-big-title {
    font-size: 34px;
    font-weight: bold;
    color: #ff6600;
    margin-left: 20px; /* optional for spacing */
}

.download-container {
    width: 400px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: white;
    align-self: center; /* center this box horizontally */
}

    .download-container img {
        width: 100%;
        border-radius: 10px;
    }

.download-title {
    font-size: 24px;
    font-weight: bold;
    color: orange;
    margin-top: 15px;
}

.download-text {
    font-size: 16px;
    color: #ff6600;
    margin-top: 10px;
}
