@import url('https://fonts.googleapis.com/css2?family=Rubik+Wet+Paint&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;

    font-family: "Vollkorn", serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none; /* Убирает подчеркивание */
    color: inherit; /* Наследует цвет текста родителя */
}

.container {
    width: 100%;
    min-height: 800px;
}

.navigation {
    width: 100%;
    height: 100px;
    background-color:#4169E1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
}

.navigation__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.navigation__logo {
    width: 64px;
    border-radius: 100%;
}

.main {
    width: 100%;
    min-height: 1000px;
    background: url("image/695730.jpg") center center/cover no-repeat;
    text-align: center;
    padding-top: 100px;
    font-size: 24px;
}

.about {
    width: 100%;
    font-size: 30px; 
    text-align: center;
    background-color:#4169E1 ;
}

#youtube {
    width: 200px;
    height: 120px;
    background-color: #c4302b;
    color: white;
    font-size: 30px;
    border-radius: 10px 100px / 120px;
    user-select: none;
}

#instagram {
    width: 200px ;
    height: 120px;
    background: linear-gradient(to bottom, blue, red, orange);
    color: white;
    font-size: 30px;
    border-radius: 20px;
}
#tiktok {
    width: 200px;
    height: 120px;
    background-color: black;
    color: red;
    font-size: 30px;
    border-radius: 50px;
}



.intro {
    width: 100%;
    min-height: 200px;
    text-align: center;
    padding-top: 20px;
    background-color:#4169E1 ;
}

#roblox_group {
    width: 200px;
    height: 100px;
    background-color: black;
    color: white;
    border-radius: 50px; 
    font-size: 30px;
}

#roblox_account {
    width: 200px;
    height: 100px;
    background-color: black;
    color: white;
    border-radius: 50px; 
    font-size: 30px;
    
}

#brawlstars_group {
    width: 200px;
    height: 100px;
    background-color: blue;
    color: yellow;
    border-radius: 50px; 
    font-size: 30px;
    

}


#brawlstars_friend {
    width: 200px;
    height: 100px;
    background-color: blue;
    color: yellow;
    border-radius: 50px; 
    font-size: 30px;
      

}

.cards{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px ;
}

#mycard {
    width: 300px;
    height: 400px;
    background-color: coral; 
    background: url(image/bazo.png) center center/cover no-repeat;
    border: 2px solid gold;
    border-radius: 50px;
    box-shadow: rgba(255, 215, 0, 0.4) 0px 5px, rgba(255, 215, 0, 0.3) 0px 10px, rgba(255, 215, 0, 0.2) 0px 15px, rgba(255, 215, 0, 0.1) 0px 20px, rgba(255, 215, 0, 0.05) 0px 25px;

}    
 #cardt {
    width: 260px;
    height: 320px;
    background-color: coral; 
    background: url(zlata.webp) center center/cover no-repeat;
    border: 2px solid silver;
    border-radius: 50px;
    box-shadow: rgba(0, 128, 0, 0.4) -5px 5px, rgba(0, 128, 0, 0.3) -10px 10px, rgba(0, 128, 0, 0.2) -15px 15px, rgba(0, 128, 0, 0.1) -20px 20px, rgba(0, 128, 0, 0.05) -25px 25px;
}

#cardos {
    width: 260px;
    height: 320px;
    background-color: coral; 
    background: url(ailisa.webp) center center/cover no-repeat;
    border: 2px solid silver;
    border-radius: 50px;
    box-shadow: rgba(255, 0, 0, 0.4) 5px 5px, rgba(255, 0, 0, 0.3) 10px 10px, rgba(255, 0, 0, 0.2) 15px 15px, rgba(255, 0, 0, 0.1) 20px 20px, rgba(255, 0, 0, 0.05) 25px 25px;


}

.card_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card_text {
    font-size: 36px;
    text-shadow: 0px 15px tan;
    font-family: "Kanit", serif;
    font-weight: 400;
    font-style: normal;
}