body {
  background: white;
  background-image: url(/art/feed/asset/blwhtdts.gif);
  font-family: verdana;
  font-size: 15px;
}
#reel {
  width: 100%;
  overflow: auto;
  position: relative;
}
#banner {
  height: 200px;
  width: 1000px;
  background: white;
  overflow: hidden;
  margin: auto;
  border-radius: 3px 3px 0 0;
  position: relative;
}
#main {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  margin: auto;
  position: relative;
  background: grey;
}
#h1 {
  font-size: 30px;
}
#nav {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-width: 150px;
  margin-left: auto;
  margin-right: 0;
  background: blue;
  font-size: 20px;
}
#nav .ltagp {
  width: fit-content;
  overflow: auto;
  padding: 5px;
  margin: 10px 0 10px 10px;
  border-radius: 5px 0px 0px 5px;
  background: #ffb6c1;
}
#nav .ltagb {
  width: fit-content;
  overflow: auto;
  padding: 5px;
  margin: 10px 0 10px 10px;
  border-radius: 5px 0px 0px 5px;
  background: #add8e6;
}
#nav .ltagy {
  width: fit-content;
  overflow: auto;
  padding: 5px;
  margin: 10px 0 10px 10px;
  border-radius: 5px 0px 0px 5px;
  background: #f5d558;
}
/* ----- Gallery Start ----- */
#gallery {
  overflow: auto;
  overflow-x: hidden;
  max-width: 980px;
  min-width: 980px;
  padding: 10px;
  background-image: url(/art/13/85p.png);
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
.tab {
  overflow: hidden;
  width: 980px;
}
.tab button {
  float: left;
  border: none;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tabcontent {
  display: none;
  width: 930px;
}
.active {
  display:block;
}
#art {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/art/13/lpgrid.gif);
  padding: 10px;
}
#scrap {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/art/13/lygrid.gif);
  padding: 10px;
}
#sketch {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/art/13/lbgrid.gif);
  padding: 10px;
}
.frame {
  width: 154px;
  overflow: auto;
  flex-wrap: wrap;
  padding: 5px;
  margin: 3px;
  text-align: center;
  background: white;;
  border-radius: 8px;
}
.frame h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
#art .frame img {
  background: #825C7A;
  border: 1px outset #4D2654;
  border-radius: 3px;
}
#scrap .frame img {
  background: #955E4C;
  border: 1px outset #651111;
  border-radius: 3px;
}
#sketch .frame img {
  background: #2E3777;
  border: 1px outset #170A4C;
  border-radius: 3px;
}
.container {
  position: relative;
  height: 150px;
  width: 150px;
  text-align: center;
  color: white;
  display: inline;
}
.desc {
  position: absolute;
  top: -136px;
  left: 1px;
  padding: 5px;
  border-radius: 2px 0px 10px 0px;
  background: red;
}
.tag {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.tag img {
  background: none !important;
  border: none !important;
}
/* --- Gallery End --- */
#calendar {
  max-width: 150px;
  margin-right: auto;
  margin-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
  font-size: 20px;
}
#calendar .ltagp {
  width: fit-content;
  overflow: auto;
  padding: 5px;
  margin: 10px 10px 10px 0;
  border-radius: 0 5px 5px 0;
  background: #ffb6c1;
}
#calendar .ltagb {
  width: fit-content;
  overflow: auto;
  padding: 5px;
  margin: 10px 10px 10px 0;
  border-radius: 0 5px 5px 0;
  background: #add8e6;
}
#calendar .ltagy {
  width: fit-content;
  overflow: auto;
  padding: 5px;
  margin: 10px 10px 10px 0;
  border-radius: 0 5px 5px 0;
  background: #f5d558;
}
#footer {
  max-width: 980px;
  overflow: auto;
  background: #3A2B2C;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: auto;
  border-radius: 0 0 3px 3px;
}