@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: rgb(22, 22, 22);
    
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#main-window {
    text-align: center;
}

#main-space {
    margin-bottom: 25px;
}

#main-window .main-text {
    font-size: 20px;
    font-weight: bold;
    background: #CFC685;
    background: repeating-radial-gradient(ellipse farthest-corner at center center, #CFC685 0%, #904B0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-window .main-text_old {
    font-size: 20px;
    font-weight: bold;
    
    color: rgb(214, 214, 214);
}


#main-window .main-text_big {
    font-size: 40px;
    font-weight: bold;
    
    background: #ECE55D;
    background: radial-gradient(ellipse farthest-side at center center, #ECE55D 0%, #B47142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#main-window .main-text_itemname {
    font-size: 25px;
    font-weight: bold;
    background: #ECE55D;
    background: radial-gradient(ellipse farthest-side at center center, #ECE55D 0%, #B47142 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
}


#main-window .main-text_itemname_test {
    font-size: 23px;
    font-weight: bold;
    margin-top: 15px;
    
    color: rgb(167, 117, 44);
}

#main-window .main-change_list {
    font-size: 20px;
    font-weight: bold;
    background: #CFC685;
    background: repeating-radial-gradient(ellipse farthest-corner at center center, #CFC685 0%, #904B0B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
}


#main-window .mainsub-text {
    font-size: 17px;
    color: rgb(216, 193, 166);
}

#main-window .mainsub-text_old {
    font-size: 13px;
    color: rgb(216, 193, 166);
}

#main-window .bigtext {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;

    
    max-width: 1000px;
    font-size: 18px;
    color: rgb(216, 193, 166);
}

#main-window .normal-text {
    font-size: 13px;
    color: rgb(122, 132, 139);
}

#main-window .normal-text > span.highlight {
    color: rgb(138, 223, 82);
    font-weight: bold;
    font-size: 20px;
}

#main-window .logo-image {
    margin-top: 10px;
    margin-bottom: 20px;
}

#main-window .frame-image {
    margin-top: 10px;
    margin-bottom: 20px;
}

#main-window .separator-image {
    margin-top: 10px;
    margin-bottom: 20px;
}

#main-window .icon-image {
    display: block;
    margin-left: auto;
    margin-right: auto;

    max-width: 330px;

    margin-top: 10px;
    margin-bottom: 10px;
}

#main-window .icon-scale {
    transform: scale(1.25);
}


#main-window .icon2-image {
    display: block;
    margin-left: auto;
    margin-right: auto;

    max-width: 555px;

    margin-top: 10px;
    margin-bottom: 10px;
}

#main-window .image-underbar {
    margin-top: 30px;
}

#main-window .image-border {
    display: inline-block;
    background-image: url("../imgs/obrys_2.png");

    max-width: 555px;

    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;

    width: 90px;
    height: 90px;
}

#main-window .image-icon {
    display: block;
    padding-top: 22px;
}

#main-window .bar_small-image {
    display: block;

    margin-top: 30px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../imgs/bar_small.png");

    width: 290px;
    height: 50px;
}

#main-window .bar_small-image .text {
    display: block;
    padding-top: 5px;

    font-family: "Calibri";
    font-size: 20px;
    font-weight: bold;

    letter-spacing: 1.2px;
    
    background: linear-gradient(181deg, #fff3b6, #ffffe9, #c9ab7b 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px #091f32) drop-shadow(0 0 1px #000000) drop-shadow(0 0 2px #111111);

    text-transform: uppercase;
}




#main-window .bar-image {
    display: block;

    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../imgs/bar.png");

    width: 294px;
    height: 59px;
}

#main-window .bar-image .text {
    display: block;
    padding-top: 16px;

    font-family: "Calibri";
    font-size: 20px;
    font-weight: bold;

    letter-spacing: 1.2px;
    
    background: linear-gradient(181deg, #fff3b6, #ffffe9, #c9ab7b 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px #091f32) drop-shadow(0 0 1px #000000) drop-shadow(0 0 2px #111111);

    text-transform: uppercase;
}





#main-window .big_bar-image {
    display: block;

    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

    background-image: url("../imgs/big_bar.png");

    width: 422px;
    height: 88px;
}

#main-window .big_bar-image .text {
    display: block;
    padding-top: 18px;

    font-family: "Calibri";
    font-size: 33px;
    font-weight: bold;

    letter-spacing: 1.2px;
    
    background: linear-gradient(181deg, #fff3b6, #ffffe9, #c9ab7b 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 1px #091f32) drop-shadow(0 0 1px #000000) drop-shadow(0 0 2px #111111);

    text-transform: uppercase;
}



