.gallery { /* this is the main div that wraps your gallery */
  display:flex;
  flex-wrap:wrap;
  width:1000px; /* this can be modified to make the gallery wider */
  margin-left:300px

}

 html {
     
     font-family:Verdana;
     font-size:11px;
     background-image:url('https://lovemybubba.neocities.org/bg%20(15).png');
     background-repeat:repeat;
     
}
 .scroll::-webkit-scrollbar-track {
     background-color:#5371a0;
}
 .scroll::-webkit-scrollbar {
     width: 10px;
     background-color: #f2b1a4;
}
 .scroll::-webkit-scrollbar-thumb {
     background-color:#224d5d;
     
}

.gallery {
  display:flex;
  flex-wrap:wrap;
  margin-top:220px
  
}