@font-face {
  font-family: 'mousey-regular';
  src: url('/assets/fonts/webfontkit-20250608-162842/mousey-regular-webfont.woff');
}

body {
    cursor: url("/assets/img/mouse.png"), auto;
}

a {
 text-decoration: none; 
}

a:visited {
 color: black; 
}
.container {
  margin: 20px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 10px #858585 solid;
  
}

.toprow {
  width: auto; 
  background-color: lightgrey;
}

.desktop {
  height: 600px;
  width: 1000px;
  background-color: teal;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

.items {
  height: 50px;
  width: 50px; 
  overflow: hidden;
  margin: 20px;

}

.items img {
  height: 100%;
  width: 100%;
}

.itemname p {
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  height: 10px; 
  margin: 0 0;
  width: fill;
  justify-content: center; 
}


.items:hover {
  transform: scale(1.1);
}
.navbar {
  width: auto;
  background-color: lightgrey;
  height: 50px;
}