html {
    font-size: 14px;
    position: relative;
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
div#htag {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    div#htag > p {
        width: 450px;
        font-size: 14px;
        text-align: center;
        color: #22d9db;
    }
    h1 {
        font-size: 45px !important;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0px;

    }
h2 {
    margin-top: -15px;
    margin-bottom: 3px;
    font-size: 17px !important;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
    width: 700px;
    color: #08b5b7;
    margin-bottom: 30px;
}
h3 {
    margin-top: 15px;
    font-size: 15px !important;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.55);
    color: #00ab7c;
    width: 500px;
    margin-bottom: 40px;
}
body {
    margin-bottom: 60px;
    background-color: #131b22;
    color: #408bcd;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.55);
}
/* site.css */
#glob_box {
    display: flex;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
#key_box {
    width: 320px;
    border-radius: 3px;
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #18222e;
    margin-bottom: 20px;
    display: flex; /* Используем Flexbox */
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center;
    padding: 10px 10px 10px 10px;
}
    #key_box > iframe {
        /*margin-left: 45px;*/
        margin-bottom: 10px;
    }
#auth_label {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #62cdb4;
}
#label_info_key {
    font-size: 18px;
    color: #45edb8;
    margin-bottom: 10px;
}
#info_price {
    margin-top: 20px;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    border: 1px solid #00a1ff38;
    color: #31d7ff;
    align-items: center;
    -webkit-box-shadow: 0 1px 2px 1px rgba(9,21,31,.582);
    -moz-box-shadow: 0 1px 2px 1px rgba(9,21,31,.582);
    box-shadow: 0 1px 2px 1px rgba(9,21,31,.582);
}
#info_price_table {
    border-top: 1px solid #1d6b8994;
    /*    width: 250px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #1d6b8994;
    padding-bottom: 10px;
}
    #info_price_table > label{
        margin-top: 7px;
    }
    #info_price > div {
        margin-bottom: 10px;
    }
        #info_price > div > a {
            color: #bdeb36;
        }
        /* site.css */
#info_tg{
    display: flex;
    flex-direction:column;
    align-items: center;
    text-align: center;
}
#but_go {
    background-color: #051318; /* Зеленый цвет фона */
    border: 1px solid #008000;
    color: mediumseagreen;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 15px;
    border-radius: 12px;
    width: 90px;
    height: 25px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(9,21,31,.582);
    -moz-box-shadow: 0 1px 2px 1px rgba(9,21,31,.582);
    box-shadow: 0 1px 2px 1px rgba(9,21,31,.582);
}

    #but_go:hover {
        background-color: #001a00; /* Темно-зеленый цвет фона при наведении */
    }

    #but_go:active {
        background-color: #003300; /* Темно-зеленый цвет фона при нажатии */
        box-shadow: 0 1px #003300;
    }

#generate_key {
    background-color: #051318; /* Зеленый цвет фона */
    border: 1px solid #af821c;
    color: mediumseagreen;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 15px;
    border-radius: 12px;
    width: 190px;
    height: 20px;
    margin-bottom: 10px;
}

    #generate_key:hover {
        background-color: #001a00; /* Темно-зеленый цвет фона при наведении */
    }

    #generate_key:active {
        background-color: #003300; /* Темно-зеленый цвет фона при нажатии */
        box-shadow: 0 1px #003300;
    }
div#info_panel {
    display: flex;
    justify-content: center;
    /* flex-flow: row wrap; */
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;

}
#info_panel > span {
    margin-right: 6px;
    margin-bottom: 6px;
}
#info_panel > span > img {
    width: 18px;
    margin-bottom: -5px;
}

#link {
    color: #9d9df5; /* Начальный цвет ссылки */
    text-decoration: none; /* Убираем подчеркивание */
}

    #link.active {
        color: #9d9df5; /* Цвет после нажатия */
    }

#input_text {
    padding: 3px;
    font-size: 16px;
    border-width: 0px;
    border-color: #1e7a57;
    background-color: #0e1518;
    color: #5ef2ee;
    border-style: solid;
    border-radius: 4px;
    box-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-shadow: 0px 0px 5px rgba(66,66,66,.75);
    text-align: center;
}

    #input_text:focus {
        outline: none;
    }
@media (max-width: 480px) {
    html {
        font-size: 16px;
        color: lawngreen;
        background-color: #131b22;
    }

    div#htag > p {
        width: 330px;
    }
    #key_box {
        width: 330px;
    }
    }