.block_size_div_container{
    width: max(50%, 280px);
    height: fit-content;
    column-gap: 15px;
}
.block_size_div_sub_container{
    column-gap: 15px;
}
.block_size_div{
    width: 60px;
    height: 40px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    color: white;
}
.generate_button{
    width: max(40%, 280px);
    height: 35px;
    background-color: #ffd207;
    font-family: 'Bebas Neue', cursive;
    color: #242428;
    font-size: 1.6em;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    padding-top: 5px;
    user-select: none;
}
.generate_button:hover{
    transition: 0.7s;
    background-color: orange;
}
.generate_button:hover .text_button_palette{
    transition: 0.2s;
    color: white;
}
.text_block_size_div{
    font-family: 'Bebas Neue', cursive;
    font-size: 1.6em;
    cursor: pointer;
    position: relative;
    top: 5px;
}
.div_color_palette{
    margin-bottom: 20px;
}
.color_palette_element{
    width: 120px;
    height: 120px;
    margin: 5px 5px 10px 5px;
    background-color: #1d1d22;
    border-radius: 5px;
    image-rendering: pixelated;
    cursor: pointer;
}
.text_button_palette{
    font-size: 0.9em;
    position: relative;
    top: -2px;
    color: #a17a17;
    margin-left: 5px;
}
#block_size_6{
    background-color: #ffd207;
    color: black;
    border-color: black;
}
#color_palette_element_7{
    display: none;
}
#color_palette_element_8{
    display: none;
}
#color_palette_element_9{
    display: none;
}
#color_palette_element_10{
    display: none;
}
#color_palette_element_11{
    display: none;
}
#color_palette_element_12{
    display: none;
}
.intro_messages{
    transition: transform 300ms;
    pointer-events: none;
}
#intro_div_1{
    position: absolute;
    top: 465px;
    left: calc(50vw + 200px);
    height: 2px;
    width: 140px;
}
.div_arrow_1{
    background-color: white;
    width: 20px;
    height: 15px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
}
.intro_div_text_1{
    color: white;
    font-size: 1.2em;
    width: 80px;
    position: relative;
    text-align: center;
    top: -20px;
    left: 35px;
    font-family: 'Bebas Neue', cursive;
}
#intro_div_2{
    position: absolute;
    top: 695px;
    left: calc(50vw - 293px);
    height: 2px;
    width: 20px;
}
.div_arrow_2{
    background-color: white;
    width: 20px;
    height: 15px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
    transform: rotate(270deg);
}
.intro_div_text_2{
    color: white;
    font-size: 1.2em;
    width: 84px;
    position: relative;
    text-align: center;
    top: -75px;
    left: -30px;
    font-family: 'Bebas Neue', cursive;
}
#intro_div_3{
    position: absolute;
    top: 695px;
    left: calc(50vw + 265px);
    height: 2px;
    width: 20px;
}
.div_arrow_3{
    background-color: white;
    width: 20px;
    height: 15px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
    transform: rotate(270deg);
}
.intro_div_text_3{
    color: white;
    font-size: 1.2em;
    width: 120px;
    position: relative;
    text-align: center;
    top: -75px;
    left: -50px;
    font-family: 'Bebas Neue', cursive;
}
#intro_div_4{
    position: absolute;
    top: 407px;
    left: calc(50vw - 240px);
    height: 2px;
    width: 2px;
}
.div_arrow_4{
    background-color: white;
    width: 20px;
    height: 15px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
    transform: rotate(180deg);
}
.intro_div_text_4{
    color: white;
    font-size: 1.2em;
    width: 80px;
    position: relative;
    text-align: center;
    top: -20px;
    left: -95px;
    font-family: 'Bebas Neue', cursive;
}
.div_palette_topic{
    width: 100%;
    column-gap: 40px;
}
.topic_text{
    font-size: 2em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
    top: -1px;
}
#select_topic{
    width: min(100%, 280px);
    height: 35px;
    border-radius: 10px;
    text-align: right;
    font-size: 1.6em;
    font-family: 'Bebas Neue', cursive;
    padding-right: 20px;
    max-height: 300px;
    margin-bottom: 15px;
}
.lock_div{
    position: relative;
    top: 67px;
    left: 7px;
    background-color: #101015;
    padding-top: 7px;
    padding-left: 13px;
    width: 33px;
    height: 40px;
    border-radius: 5px;
    opacity: 50%;
}
.color_palette_element:hover .lock_div{
    transition: 0.2s;
    opacity: 80%;
}
.lock_div_element_1{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
}
.lock_div_element_2{
    position: relative;
    top: -16px;
    left: 3px;
    width: 13px;
    height: 14px;
    border-radius: 50%;
    background-color: #101015;
}
.lock_div_element_3{
    position: relative;
    top: -23px;
    left: -4px;
    width: 29px;
    height: 20px;
    border-radius: 5px;
    background-color: white;
}
.other_palettes_divider{
    column-gap: 35px;
    margin-bottom: 15px;
}
.palette_suggestion{
    border-radius: 10px;
    margin-top: 10px;
    background-color: #101015;
    height: fit-content;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    text-decoration: none;
}
.palette_suggestion .color_palette_element{
    margin: 0;
    border-radius: 0;
}
.palette_title{
    font-size: 2em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    user-select: none;
    margin-top: 3px;
}
.edit_palette_button{
    background-color: #ffd207;
    font-family: 'Bebas Neue', cursive;
    color: #242428;
    font-size: 1.6em;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    padding-top: 5px;
    user-select: none;
    position: relative;
    user-select: none;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
}
.palette_title_container{
    column-gap: 20px;
    margin-bottom: 12px;
}
.palette_suggestion:hover .edit_palette_button{
    transition: 0.7s;
    background-color: orange;
}
.palette_suggestion:hover .text_button_palette{
    transition: 0.2s;
    color: white;
}
.red_color{
    color: red;
}
.green_color{
    color: green;
}
.blue_color{
    color: blue;
}
.yellow_color{
    color: #ffd207;
}
.pink_color{
    color: #bd7c87;
}
.white_color{
    color: #aaaaaa;
}
.dark_color{
    color: black;
}
.orange_color{
    color: orange;
}
.block_color_container_divider{
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 25px;
}
.block_color_container{
    background-color: #101015;
    max-width: 367px;
    width: fit-content;
    min-height: 120px;
    padding: 10px;
    border-radius: 10px;
    row-gap: 20px;
}
.block_color_img{
    width: 120px;
    height: 120px;
    background-color: #1d1d22;
    border-radius: 5px;
    image-rendering: pixelated;
}
.block_color_text{
    margin-left: 15px;
    margin-right: 15px;
    max-width: 215px;
}
.block_color_title{
    color: white;
    font-size: 1.5em;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    text-align: left;
}
.block_color_regulartext{
    line-height: 18.2px;
    font-family: 'Exo 2', sans-serif;
    color: white;
    text-align: left;
}
.suggestions_color_container{
    background-color: #101015;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 125px;
}
.suggestions_color{
    background-color: red;
    width: 100px;
    height: 60px;
    border-radius: 10px;
    border: solid 2px #ebebeb;
}
.suggestions_color_selected{
    height: 90px;
}

@media (max-width: 960px) { .intro_messages { display: none; } }
@media (max-width: 960px) { .vertical_responsive { display: flex; justify-content: center; flex-direction: row; flex-wrap: wrap; } }
@media (max-width: 960px) { .vertical_responsive_container { display: flex; justify-content: center; flex-direction: column; flex-wrap: wrap; } }