*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "ChineseRock";
    src: url("rg.otf") format("opentype");
  }

header{
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 5px 5px;
}

.headimg{
    width: 2rem;
    transition: ease all .55s;
    filter: invert(100%);

}
.headimg:hover{
    filter: invert(20%);
}

.headimglogo{
    width: 10rem;
}
.navlist{
    display: flex;
    list-style-type: none;
    padding: 10px;
}
.navlist li{
    padding-left: 10px;
}
.logo{
    padding-left: 20px;
    padding-right: 30px;
}
.mode{
    justify-content: center;
    align-items: center;
    display: flex;
}

.logomode{
    display: flex;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: ChineseRock,sans-serif;
    color: white;
    -webkit-text-stroke: black 1px;
}

.arrow{
    width: 50px;
    position: absolute;
    bottom: 20px;
    filter: invert(100%);
    transform: rotateZ(90deg);
    right: 50%;
    transition: ease .55s all;

}
.arrow:hover{
    filter: invert(30%);
    cursor: pointer;
}


#section2{
    background-color: black;
    display: flex;
    flex-direction: column;


}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 340px;
}

h1{
    font-size: 80px;
}
h4{
    text-align: center;
    font-size: 35px;
}
.buy{
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    color: black;
    font-size: 18px;
    padding: 20px 10px 20px 10px;
    border: 1px solid #f38d29;
    border-radius: 5px;
    margin-top: 35px;
    background-color: #f38d29;
    transition: all ease .55s;
}

.buy:hover{
    transform: scale(.9);
}

.arthurimg{
    width: 800px;
}

.sobre{
    display: flex;
    margin-top: 50px;
    width: 900px;
    height: 800px;
    align-items: center;
    justify-content: center;
    background-image: url(/img/RDR2_PC_ArthurTee_Detail_01-v2.png);
    background-size: 800px 800px;
    background-repeat: no-repeat;
    background-position: center;
}

#typedtext{
    font-size: 30px;
    text-align: center;

}



footer{
    margin-top: auto;
}

.section1{
    background-image: url(/img/test.png);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;

}

body{
    display: flex;
    flex-direction: column;
}
html, body{
    scroll-behavior: smooth;
}

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important; 
}


::-webkit-scrollbar {
    display: none;
}
@media (max-width: 1000px){
    #typedtext{
        width: 400px;
        height: 300px;
    }

}

@media (max-width: 620px){
    h1{
        text-align: center;

    }
    h4{
        font-size: 30px;
    }
    .arrow{
        left: 45%;
    }
    .sobre{
        padding-bottom: 300px;
    }
    #typedtext{
        font-size: 27px;
    }
    .buy{
        padding: 18px 8px 18px 8px;
        text-align: center;
    }

}
