@font-face{
    font-family: Sixtyfour;
    src: url('../Sixtyfour-Regular-VariableFont_BLED\,SCAN.ttf');
}
@font-face{
    font-family: PixelifySans;
    src: url('../PixelifySans-VariableFont_wght.ttf');
}
@font-face{
    font-family: Milonga;
    src: url('../Milonga-Regular.ttf');
}

body{
    
    background-image: url(/images/backGrounds/movestarbackground.gif);
    
    color:rgb(143, 112, 255);
    font-family: PixelifySans;
    margin: 0;
    /*overflow: hidden;*/
    max-width: 100%;
    display: block;
}
.gameRoomWebs{
    margin: 0px auto;
    max-width: 100%;
}
.webLayoutAbout{
    width: auto;
    height: auto;
    
    margin: auto;
    
    overflow: hidden; 
    
}
.bgAbout{
    
    height: auto;
    padding: 15px 0px;
}
div{
    display: block;
    unicode-bidi: isolate;
}
*{
    box-sizing: border-box;

}
h1, h2{
    text-align: center;
}
h1{
    color:rgb(80, 37, 235);
    font-family: Milonga;
    margin-bottom: 40px;
}
#fairy{
    position: absolute;
    width: 170px;
    top:13px;
    left:30px;
    rotate: 3deg;
}
#stars{
    position:absolute;
    top:0px;
    right:30px;
    width: 160px;
}
.flexCon{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    margin: auto;
    width: 600px;
    height: auto;
    
    justify-content: space-between;
    border: 1px dashed rgba(80, 37, 235, 0.692);
    

}
.textBox1{
    background-color: rgb(18, 6, 65);
    width: 370px;
    text-align: center;
    margin: 0px;
    height: min-content;
    
    
}
.textBox2{
    background-color: rgb(18, 6, 65);
    width: 250px;
    text-align: center;
    margin: 40px 23px;
    height:min-content;
    
    
    
}
.textBox3{
    background-color: rgb(18, 6, 65);
    width: 250px;
    text-align: center;
    margin: 10px 0px 0px 5px;
    height:min-content;
}
#textBox4{
    background-color: rgb(18, 6, 65);
    width: man-content;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height:min-content;
}
#tress{
    
    width: 200px;
    height: 200px;
    margin: 10px;;
    border: 1px dotted;
   /* left: 420px;
    bottom: 470px; */
}
#statue{
    width: 270px;
    margin: 10px 10px 10px 15px;
    border: 1px dotted;
}
#field{
    margin: 10px;
    border: 1px dotted;
    width:300px;
}
#updatedText{
    width: max-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(18, 6, 65, 0.623);
}
/*.weblayoutAbout{
   
    
}*/

/* scrollbar */

::-webkit-scrollbar{
        
    width: 12px;
    height: 12px;
    background: rgb(236, 220, 208);
}
::-webkit-scrollbar-track{
    background: -webkit-linear-gradient(top, rgba(244, 255, 91, 0.925), rgb(122, 233, 71));
    border-radius: 0px;
    width: 0px;
    border: 1px dotted #fcef3c;
}
::-webkit-scrollbar-thumb{
    background: rgba(238, 241, 183, 0.589);
    border: 1px dotted #fcef3c;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgb(19, 133, 38);
}