  font-smooth:never;
  -webkit-font-smoothing:none;
  
  h1 {text-align: justify; color: #FFB5E0;}
  h2 {text-align: justify; color:white; font-size: 18px; line-height: 24px;}
  h3 {text-align: justify; color:white; font-size: 18px; line-height: 2px;}
  p {color:white; font-size: 14px; text-align: justify; letter-spacing: .07rem; line-height: 105%;}
  div {text-align: center; color:white; overflow:hidden; margin: 10px 0px 0px 0px;}
  center {display: block;}
  

.drag {
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
  
  img {
  padding: 0rem;
  width: 9.6rem;
  height: 14.4rem;
  float: left; image-rendering: auto;}
  mainbox {
    margin: 0 auto;
    padding: 15px;
    max-width: 700px;
    border: 2px solid#FFB5E0;
    background-color: black;
    width: 700px;
    min-height: 400px;
    font-family: times new roman;
    color: white;
    background-repeat: no-repeat;}
  textbox {
    width: 670px;
    min-height: 400px;
    padding: 0px;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 1px;
    color: white;
    overflow-y: scroll;
    line-height: 1;}
  container {
    margin: auto;
    min-height: 200px;
    max-width: 730px;
    display: flex;
    margin-top: 15px;}
    
  
    
/* sidebar fun */
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 160px;
    border: 2px solid#FFB5E0;
    background-color: black;
    position: fixed;
    }




/* Change the link color on hover */
  li a:hover {

    color: red;}
    
      #footer {
            position: fixed;
            padding: -50px -50px 80px 00px;
            bottom: 8%;
            right: 20%;
            width: 100%;
            /* Height of the footer*/
            height: 130px;}
            
figure {
  
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  max-width: 120%
  display: table;
  overflow:hidden;

}

hr.rounded {
  border-top: 2px solid #bbb;
  border-radius: 5px;
  border-color: #FFB5E0;
  margin: 20px;
}
  

figcaption {
  background-color: black;
  color: white;
  font-style: bold;
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  position: center
  max-width: 1%
  display: table-caption; 
  vertical-align: bottom;
  padding; 0px;
  overflow:hidden;

}
img, figcaption {
    display: table-cell;
    vertical-align: bottom;
    padding; 0px; image-rendering: high-quality;}
    
img {border: 1px solid#FFB5E0; box-shadow: 0 0 8px #FFB5E0; margin:20px; image-rendering: high-quality;}



    #space {
  background-color:black;
}

#t {color:#FFB5E0;}

#new {all: initial; content:url("/new.gif");}


/*TOPNAV*/
/* Add a black background color to the top navigation */
.topnav {
  margin: 0 auto;
    padding: 15px;
    max-width: 700px;
    border: 2px solid#FFB5E0;
    background-color: black;
  background-color: #000000;
  overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: center;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: black;
  color: #FFB5E0;
}
/* Add a color to the active/current link */
.topnav a.active {
  color: #FFB5E0;
  font-weight: bold;
}

/*INNER LINKS*/
/* Style the links inside the navigation bar */
.inlink a {
  color: #FFB5E0;
  text-decoration: none;
}
/* Change the color of links on hover */
.inlink a:hover {
  color: #F2F2F2;
}
