@font-face {
  font-family: Bubble;
  src: url(/SuperShape.ttf);
}
@font-face {
  font-family: Wallywriting;
  src: url(/Wallywriting-Regular.ttf);
}

body{
    background: url("imgs_main/dithered-image-dark.png");
    background-size:cover;
    background-attachment: fixed;
    color:white;
    font-family: 'Wallywriting';
    position: relative;
    font-size: 13px;
    text-shadow: 0 0 4px black;
    
}
@media only screen and (max-width: 900px){
    body{
        overflow-x: hidden;
        
    }
    #wrapper{
        position:relative;
    }
}
#wrapper{
    margin:auto;
    position:relative;
    width:1600px;
    border: 1px white dashed;
}

#flex-wrapper{
    width:950px;
    margin:auto !important;
    
}

.page-flex{
    display:flex;
    flex-direction: row;
    gap:3px;
    border: 1px yellow dashed;
}


.fart{
    position:relative;
    width:200px;
}