*{
    margin: 0;
    padding: 0; 
    overflow: hidden;
}
.container{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: black;
}
.background{
    width: 100%;
    max-width: 500px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.apk-download-link {
    top: 28%;
    width: 300px;
    position: absolute;
    z-index: 2;
    cursor: pointer;

}
.btndown{

    width: 100%;
    max-width: 300px;
}
