
        body{
            margin: 0;
            background-image: url("https://f2.toyhou.se/file/f2-toyhou-se/images/101169861_2afHVXCUnxqSVhv.png");
        }

        main{
            margin: 10%;
            margin-top: 5%;
            margin-bottom: 5%;
        }
        .background_image{
            height:;
        }
        .icons_div{
            background-color:rgb(85, 106, 59);
            /* min-height: 40%; */
            /* max-height: 70%; */

            /* height: fit-content; */
            /* height: 40vh;
            width: 40vh; */
            height: 20rem;
            width: 20rem;
            /* position: relative; */

             
        }

        .icons_div h1{
            display: none;
        }
        
        .janela_icons_div{
            /* background-image: url(""); */
            
            background-color: rgb(122, 189, 189);
            /* width: 80vw; */
            /* height: fit-content; */
            height: ;
            display: flex;
            flex-direction: row;
            justify-content:space-evenly;
            flex-wrap: wrap;
            PADDING: 20PX;
            gap: 20px;
            
            
        }

                /* HEADER  */
        .titulo_div{
            background-color: rgb(230, 47, 157);
            border: black solid 4px;

            display:flex;
            /* flex-direction: row-reverse; */
            z-index:6;
            /* justify-content:center; */
            position: relative;
        }

        .titulo_div ul{
            border: rgb(175, 23, 23) solid 4px;
            width: ;
            display: flex;
            justify-content: end;
            position: absolute;
            right: 0;
            gap: 0.7rem;
        }
        .titulo_div li{
            font-size: 2rem;
            border: solid rgb(0, 255, 38) 4px;
            /* width:27%; */
            text-align: end;
            right: 0;
        }
        .titulo_div h1{
            font-size: 3rem;
            border: solid blue 4px;
            text-align: center;
            width: 100%;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
            
        }
                /* HEADER  */



        .icon_img{
            height:100%;
        }

        .icon_img:hover{
            height: 105%;
            
        }

        a{
            height: 100%;
        }

        .Character_Names, a{
            text-align: center;
            margin: 0;
            padding: 0;
            font-size: 2rem;
        }

      
        
      
        
        /* .bottom_options div, p{
            font-size: 2rem;
            color: aliceblue;

        } */
        .bottom_bar_letters{
            font-size: 2rem;
            color: aliceblue;
            /* background-color: aliceblue; */
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

        }
        .bottom_bar_letters:hover{
            cursor: grabbing;
        }

        .bottom_options ul{
            display: flex;
            gap: 1rem;

        }
        /* .bottom_options ul:first-child{
            background-color: aliceblue;

        } */

        .round_shape_button{
            font-weight: bolder;
            font-size: 2rem;
            background-color: aliceblue;
            border-radius: 50%;
            color: black;
            width: 2rem;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        }


        .bottom_options{
            display: flex;
            gap: 10%;
        }
        
        .bottom_bar{
            
            gap: 2%;
            background-color: black;
            /* width: 100%; */
            width: ;
            color: blue;
            display: flex;
            justify-content: end;
            padding-right: 2rem;
            padding-top: 0.3rem;
            padding-top: 0.3rem;
        }
        
        .confirm_div{
            display: flex;

        }

       
    