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

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

#downloadButton {
    top: .4rem
}

#newButton1 {
    top: 2rem
}

#newButton2 {
    top: 3.6rem
}


#newButton3 {
    top: 5.1rem
}

.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
    }
}