body{
    background-color: #2E2E2C;
    overflow: auto;
}
.top-nav{
    background-color: #1D1D1C;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6%;
    position: static !important;
}
.download-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 87vh;

    overflow: scroll;
}
.download-wrap h5{
    font-size: 14px;
    color: #D9D9D9;
    font-weight: 400;
    text-align: center;
}
.download-wrap h2{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}
.bottom-btn-wrap{
    /* background-color: #1D1D1C;
    padding: 20px;

    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between; */
    background-color: #1D1D1C;
    padding: 10px 20px;
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    /* gap: 0px; */
    align-items: center;
}
.bottom-btn-wrap button img{
    margin-left: 5px;
    margin-right: 0;
}
.bottom-btn-wrap button{
    width: 49%;
    min-width: 100%;
    font-size: 14px;
    height: 43px;
    margin: 0 auto;
    padding: 10px 11px;
}
.download-img-box {
    height: 90%;
    padding:  20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.download-img-box .img-box-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/downloadImg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}
.download-img-box img{
    width: 100%;
}