@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}

::-webkit-scrollbar{
    display: none;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}
.main{
    background-image: url(/img/clutch.png);
    background-size: cover;
    background-attachment: fixed;
}
.content{
line-height: 70px;
}


.main-text{
    color: #fff;
    font-size: 6em;
    text-shadow: 0px 0px 15px rgba(255,255,255,0.5);
    letter-spacing: 5px;
}

.discription{
    font-size: 1.5em;
    color: #ffffff;
}

.about{
    background: #0071bd;
}
.about-txt{
    color: #fff;
    transform: translateY(-300%);
    font-size: 4em;
    text-shadow: 0px 0px 13px rgba(20, 20, 20, 0.4);

}
.sub-content{
    position: absolute;
}
.about-dis{
    transform: translateY(-300%);
    color: #ebebeb;
    font-size: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;;
}

.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #fff;
    height: 350px;
    border-radius: 20px;
    line-height: 60px;
    width: 300px;
    transform: translateY(20%);
}

.join-btn{
    background: #8c00ff;
    text-decoration: none;
    color: #fff;
    padding: 0.1px 20px;
    border-radius: 20px;
}

