body{
    margin:0;
    background:#000000;
    color:white;
    font-family:Arial,sans-serif
}

.banner{
    width:100%;
    display:block
}

.content{
    max-width:1100px;
    margin:auto;
    padding:20px 30px;
    text-align:center
}

.buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin:30px 0 50px 0;
    flex-wrap:wrap;
}

.btn{
    padding:12px 20px;
    margin:8px;
    text-decoration:none;
    border-radius:8px;
    color:white;
    display:inline-block;
    font-weight:bold
}

.discord{
    background:#ff0000
}

.store{
    background:#000000;
    border:1px solid #444
}

.tiktok{
    background:#000000;
    border:1px solid #444
}

.instagram{
    background:#4169e1
}

.grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
    margin:20px 0
}

h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}

.grid div{
    background:#111111;
    padding:16px;
    border-radius:10px;
    border:1px solid #222
}
.grid div i{
    margin-right:10px;
    color:#ffb347;
}

.about{
    line-height:1.6;
    max-width:900px;
    margin:20px auto;
    text-align:center
}