
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap"); /* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');                  /* Unbounded */

html {
    scroll-behavior: smooth;
}

.fm{
    font-family: "Unbounded", normal;
}

.fs-13{
    font-size: 13px !important;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body::-webkit-scrollbar {
    width: 7px;
  }
   
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #312b3b;
    border-radius: 4px;
    cursor:pointer;
}

#width1200{
    width: 1199px;
}

#main{
    margin-top: -30px;
    min-height: auto;
    width: 100%;
    left: 0;
    position: relative;
    background-color: #1A1919;
    display: flex;
    justify-content: center;
}

#main_body{
    margin-top: -30px;
    min-height: auto;
    width: 100%;
    left: 0;
    position: relative;
    background-color: #100b0b;
    display: flex;
    justify-content: center;
}

.start_game_background{
    background-image: url(../image/background/background2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.mt-30{
    padding-top: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}


.back_fons {
    background-image: 
        linear-gradient(
            to bottom, 
            #130e0e 0%,                /* Полный цвет фона сверху */
            rgb(20 15 15 / 74%) 15%,   /* Ваше затемнение */
            rgb(19 14 14 / 63%) 85%,   /* Ваше затемнение */
            #130e0e 100%               /* Полный цвет фона снизу */
        ), 
        url(../image/background/fons.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}