* {
    --bg: #191B1F;
    --textbg: #1F2027;
    --buttons: #0059ff;
    --buttons_hover: #255fd3;
    --text_main: #7ff889;
    --text: #FFFFFF;
    --textdesc: #cecece;

    --card: #707172;
    font-family: 'Monocraft', monospace;
}

body {
  background-image: url('../IMAGES/barn.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

  opacity: 0;
  transition: opacity 0.5s ease;
}

body.fade-in {
  opacity: 1;
}

body.fade-out {
  opacity: 0;
}

.protocol_dev_ablom_new_header {
    width: 80%;
    height: 50px;
    background-color: var(--bg);
    color: var(--text);
    border-radius: 20px;
    margin: 10px auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.protocol_dev_ablom_new_header a img {
    height: 50px;
}

.nav_server_menu_ul_li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_server_menu_ul_li ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_server_menu_ul_li a {
    text-decoration: none;
    color: var(--text);
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.nav_server_menu_ul_li a:hover {
    background-color: var(--buttons_hover);
}

.main_sect_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_container {
    height: 1200px;
    width: 80%;
    border-radius: 20px;

    /* display: flex;
    align-items: center;
    justify-content: space-between; */

    display: grid;
    grid-template-columns: 3;

    padding: 0 20px;

    background-color: var(--textbg);
}

.textandimage {
    display: flex;
    justify-content: center;
    align-items: center;

    color: var(--text);

    cursor:default;
}

.text_dvg {
    margin: 0 auto;
    padding-right: 750px;
    padding-left: 45px;
}

.text_dvg h1 {
    font-size: 50px;
    color: var(--text_main);
}

.text_dvg p {
    display: flex;
    justify-content: left;

    font-size: 15px;
    color: var(--textdesc);
}

.main_buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 25px;
}

.HTGS_main {
    width: 300px;
    height: 35px;
    cursor: pointer;
    text-decoration: none;
    color: var(--textbg);
    text-align: center;
    align-content: center;
    border-radius: 5px;
    background-color: var(--text);
    transition: background-color 0.3s ease;
    font-weight: 500;
    font-size: 16px;
}

.HTGS_main:hover {
    background-color: var(--buttons_hover);
    color: var(--text);
}

.img_dvg {
    margin: 0 auto;
    position: absolute;
    right: 227px;
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-radius: 20px;
    overflow: hidden;
}

.textandimage img {
    width: 700px;
    height: 400px;
}

.main_server_img {
    width: 200px;
    height: 200px;
}

.divider {
  display: flex; /* выстраивает блоки в ряд */
  width: 100%;
}

.descriptionaboutserver {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cards_of_info {
    background-color: var(--textbg);
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0 auto;
}

.card1 {
    background-color: var(--bg);
    color: var(--text);
    width: 350px;
    height: 450px;
    overflow-wrap: break-word;
    border-radius: 15px;
    border: 2px solid;
}

.h1_text {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.card_images {
    width: 50px;
    height: 50px;
    padding: 5px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card1 h1 {
    background-color: var(--card);
    color: var(--text);
    width: 250px;
    height: 50px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card1 p {
    color: var(--textdesc);
    width: 325px;
    height: 300px;
    padding: 10px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 100;
}

.card2 {
    background-color: var(--bg);
    color: var(--text);
    width: 350px;
    height: 450px;
    overflow-wrap: break-word;
    border-radius: 15px;
    border: 2px solid;
}

.card2 h1 {
    background-color: var(--card);
    color: var(--text);
    width: 250px;
    height: 50px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card2 p {
    color: var(--textdesc);
    width: 325px;
    height: 300px;
    padding: 10px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 100;
}

.card3 {
    background-color: var(--bg);
    color: var(--text);
    width: 350px;
    height: 450px;
    overflow-wrap: break-word;
    border-radius: 15px;
    border: 2px solid;
}

.card3 h1 {
    background-color: var(--card);
    color: var(--text);
    width: 250px;
    height: 50px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card3 p {
    color: var(--textdesc);
    width: 325px;
    height: 300px;
    padding: 10px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 100;
}

.adm_main_footer {
    height: 50px;
    width: 80%;
    border-radius: 20px;

    padding: 0 20px;
    margin: 15px auto;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: var(--textbg);
}

.adm_main_footer p {
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
}

.copyrighte {
    height: 50px;
    width: 80%;
    border-radius: 20px;

    padding: 0 20px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.authore {
    color: var(--text);
}

.authore a {
    color: var(--text_main);
    font-weight: 500;
    text-decoration: none;
    cursor: help;
}

.discord_img {
    width: 36px;
    height: 36px;
}

.tiktok_img {
    width: 36px;
    height: 36px;
}

.youtube_img {
    width: 36px;
    height: 36px;
}

.wiki_main_section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wiki_container {
    height: 790px;
    width: 80%;
    border-radius: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0 20px;

    background-color: var(--textbg);
}

.wiki_text {
    display: grid;
    justify-items: center;
}

.h1_wiki {
    color: var(--text);
}

.h1_wiki h1 {
    font-weight: 400;
    font-size: 40px;
}

.p_wiki {
    color: var(--textdesc);
}

.p_wiki p {
    font-weight: 400;
    font-size: 20px;
}

.a_wiki {
    width: 300px;
    height: 100px;
    display: flex;
    justify-items: center;
    align-items: center;
}

.a_wiki a {
    width: 250px;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    color: var(--textbg);
    text-align: center;
    align-content: center;
    border-radius: 5px;
    background-color: var(--text);
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.a_wiki a:hover {
    background-color: var(--buttons_hover);
    color: var(--text);
}