* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wrap-body {
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    background-color: #0c0e3e;
    align-content: center;
    align-items: center;
    display: flex;
}

a {
    text-decoration: none;
    color: #1f1f1f;
}


.header-area {
    max-width: 480px;
    z-index: 9;
    width: 100%;
    position: fixed;
    top: 0;
}

.header-activity {
    top: 15%;
    display: flex;
    width: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
}

.logo-container {
    margin: 0;
    color: white;
    display: flex;
    align-items: center;
}
.logo-container img {
    width: 100%;
}
.logo {
    display: flex;
    align-items: center;
}
.logoo {
    height: 3.9rem;
    width: unset !important;
}

.logo-txt {
    margin-left: .5rem;
    display: grid;
}

.txt-1 {
    height: 1.7rem;
    width: unset !important;
    padding-bottom: .4rem;
}

.txt-2 {
    height: .7rem;
    width: unset !important;
}

.btn-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnimg {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}

.icon-img {
    height: 3.3rem;
}

.content-area {
    text-align: center;
}

.content-area img {
    width: 100%;
}

.footer-area {
    position: fixed;
    max-width: 480px;
    bottom: 0;
    width: 100%;
}

.footer-area img {
    width: 100%;
    display: block;
    margin: auto;
}

.app {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 1rem;
}
.app img {
    /* height: 4.5rem; */
    padding: .5rem;
}
.setup-tips-container {
    text-align: center;
    color: #d01c1c;
    cursor: pointer;
    margin: .5rem 0;
}
@media screen and (max-width: 480px) {
    .logo img {
        height: 3rem;
    }
    .icon-img {
        height: 3rem;
    }
}
@media screen and (max-width: 320px) {
    .content-area img {
        width: 70%;
    }
}