body {
  font-family:  Tahoma, Arial;
  background-color: #100C30;
  background-image: url('/shrineroom/images/computer/windowsframe.png'), url('/artroom/images/backgrounds/luky.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 980px, 100% 100%;
}
.frame {
  margin: auto;
  height: 625px;
  width: 975px;
}
#files img {
  width: 320px;
}
#files img:hover {
  background-color: #E6F1FF;
}
#files img:active {
  background-color: #C7E8FF;
}

#files {
  justify-content: center;
  width: 860px;
  height: 600px;
  margin-left: 285px;
  overflow: auto;
}