@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/tumblr_inline_mqgagaPYfb1qz4rgp540.gif);
    
    color:rgb(40, 88, 50);
    font-family: PixelifySans;
    margin: 0;
    /*overflow: hidden;*/
    max-width: 100%;
    display: block;
}
.webLayoutMine{
    width: auto;
    height: auto;
    
    margin: auto;
    
    overflow: hidden; 
    
}
div{
    display: block;
    unicode-bidi: isolate;
}
*{
    box-sizing: border-box;

}
h1, h2, h4, h6, p{
    text-align: center;
}
h1{
    color:rgb(40, 88, 50);
    font-family: Milonga;
    margin-bottom: 40px;
    padding-top: 10px;
}
p{
    text-align: center;
}
li{
    padding-left: 50px;
}
.flexCon{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    margin: auto;
    width: 600px;
    height: auto;
    margin-bottom: 15px;
    
    justify-content: space-between;
    border: 1px dashed rgba(40, 88, 50, 0.712);
    background-color: rgba(208, 223, 205, 0.651);
    

}
.box{
    width: 600px;
    height: auto;
    padding:15px;
}
#note{
    position: relative;
    top:-20;
    
}
#bottom{
    align-self: center;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 300px;
}

/* 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);
}