body{background-color:rgb(13,13,13);color:rgb(190,190,190);font-family:"pixel";font-size:18px;margin:35px;
  cursor:url(https://ides-gallery.neocities.org/IMAGES/cursor.png),auto;}
@font-face {font-family:"pixel";src: url("https://ides-gallery.neocities.org/FONTS/PIXELFONT-REGULAR.TTF")format("truetype");}
.o {color:rgb(255,153,0);color:#ff9900;}
.g {color:rgb(59,139,46);color:#3b8b2e;}
::selection {color:#9d9217;background:#865307;}
a:link{color:rgb(253,202,125);cursor:url(https://ides-gallery.neocities.org/IMAGES/hover.png),auto;}
a:visited{color:rgb(155,195,148);cursor:url(https://ides-gallery.neocities.org/IMAGES/hover.png),auto;}
a:hover{color:rgb(157,146,23);cursor:url(https://ides-gallery.neocities.org/IMAGES/hover.png),auto;}
a:active{color:rgb(230,230,230);cursor:url(https://ides-gallery.neocities.org/IMAGES/hover.png),auto;}

.note {
  background: mediumorchid;
  border: 2px solid purple;
  border-radius: 15px;
  color: lavenderblush;
  padding: 10px 20px;}
  
.note2{
background:#d0d0d0;
color:black;
border:double;
margin:35px;
border-radius:10px 5px;
box-shadow:0 0 3px 1px #fafafa;
display:flex;
justify-content:center;
align-items:center;
width:auto;
padding:10px 20px;
  }

  .gallery {
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;}
  
  .gallery img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px double rgb(190,190,190);
  background-image:linear-gradient(to bottom right, #BF0917, #E05D0B, #F2D930, #38E639, #1313A4, #490D95, #808080);
  margin: 2px;
  border-radius:10px 5px}
  
.gallery img:hover {
  object-fit: contain;
  box-shadow: 0 0 5px 3px #fafafa;}
  
  .gallery2 {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;}
.gallery2 img {
  width: 100px;
  border: 1.5px solid darkolivegreen;
  margin: 2px;}