body {
  background-color: #002147;
  color: #99a6b5;
  font-family: "Courier New", monospace;
}

header{
  text-align: center;
  font-size: 50px;
  padding: 20px;
}
  #back{
    text-decoration: none;
  }
  a{
    color: #99a6b5;
    text-decoration: none;
    font-size: 20px;
  }
  
  a:visited{
    color: #99a6b5;
    text-decoration: none;
  }
  
  #nakedriv{
    width: 60%;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
    position: fixed;
    bottom: 70px;
    left: 600px;
  }
  
  #dressuppart{
    width: 80%;
    margin: auto;
    background-image: url("/assets/img/bedroom.png");
    background-size: cover;
    border: solid 6px #ccd3da;
  }
  
  #clothesbox{
    width: 300%;
    height: 700px;
    right: 100px;
    overflow-y: scroll;
  }
  
  #closet{
    width: 200px;
  }
  
  #closetimg{
    right: 200px;
    bottom: 60px;
  }
  
  .imagegrid{ 
    display: inline-grid;
    grid-template-columns: 50% 50%;
  }
    .imagegrid div{
      height: 100px;
    }
    .article{
      position: relative;
    }
  .category h1{
    width: 100%;
    user-select: none;
    pointer-events: none;
  }













