a {
    text-decoration: none;
}

html {
    font-size: 50px;
}

p {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 320px) {
    html {
        font-size: 21.33333333px;
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 24px;
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 25px;
    }
}

@media screen and (min-width: 384px) {
    html {
        font-size: 25.6px;
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 26.66666667px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 27.6px;
    }
}

@media screen and (min-width: 424px) {
    html {
        font-size: 28.26666667px;
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 32px;
    }
}

@media screen and (min-width: 540px) {
    html {
        font-size: 36px;
    }
}

@media screen and (min-width: 720px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 50px;
    }
}

* {
    margin: 0;
    padding: 0;
}

.bg {
    width: 15rem;
}

.per {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin-top: 40px;
    background-color: #2f0007;
}

.pages {
    text-align: center;
    margin-top: 6rem;
}

.c1 {
    color: #ffffff;
    font-size: .5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.c1 {
    color: #ffffff;
    font-size: .5rem;
    text-decoration: underline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.c2 {
    color: #ffffff;
    font-size: .5rem;
    text-decoration: underline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.c3 {
    color: #ffffff;
    font-size: .5rem;
    text-decoration: underline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.c4 {
    color: #ffffff;
    font-size: .5rem;
    text-decoration: underline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.c5 {
    color: #ffffff;
    font-size: .5rem;
    text-decoration: underline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.c6 {
    color: #ffffff;
    font-size: .5rem;
    text-decoration: underline;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12rem;
    width: 9rem;
}

.other {
    width: 4rem;
    margin-top: -30rem;
    z-index: 100;
    position: absolute;
    margin-left: .8rem;
    border: solid white;
    border-radius: .8rem;
    animation: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.topIcon {
    margin-left: 10px;
    width: 1rem;
    height: 1rem
}

.topTitle {
    margin-left: 10px;
    font-size: .4rem;
    font-weight: 600;
    color: #e9967f
}

#top {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    border-bottom: 2px solid #a23c00;
    z-index: 999;
}