* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.home-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    height: calc(100vw * 815 / 375);
    background: url("./homebg.webp") no-repeat center center;
    background-size: 100% 100%;
}
.girl {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 100%;
    overflow: hidden;
}

.girl img {
    width: 100%;
    margin-top: 20px;
}

.download-btn {
    margin: 0 auto;
    width: 241px;
    display: flex;
    justify-content: center;
    align-items: center;
}




