.download-btn {
    top: 100px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fef5a4;
    border: .08rem solid #fef5a4;
    width: 1.3rem;
    height: 1.3rem;
    z-index: 4;
}

.a-box {
    z-index: 2;
    display: flex;
    gap: .4rem;
    position: absolute;
    left: 50%;
    top: 2.6rem;
    transform: translateX(-50%);
}

.download-btn img {
    width: 150%;
    height: auto
}

.text {
    white-space: nowrap;
    font-size: 1vw;
    text-align: center;
    width: 100%
}

@media (max-width: 480px) {
    .text {
        font-size: 5vw
    }
}

@media (max-width: 320px) {
    .text {
        font-size: 6vw
    }
}