html, body {
    height: 100%;   
 
}
 
html {
    display: table;
    margin: auto;    
 
}
body {
    display: table-cell;
    background-color: black;
    background-image:url(https://cdn.discordapp.com/attachments/319527967879462914/739176603409711195/rainbow_stars2.gif);
    font-family: 'IBM Plex Mono', monospace;
}
 
.topnav {
  overflow: hidden;
  height:auto;
    float:center;
  background-color: #ce00fc;
 
 
}
.topnav a {
  float:left;
    height:auto;
  display: block;
  color: #fcf0f8;
  text-align: center;
  padding: 10px 5px;
  text-decoration: none;
}
 
.topnav a:hover {
  background-color:#ff1f80;
  color:#99ff09;
}
 
.title {
  float:right;
  font-family: 'Permanent Marker', cursive;
    font-style:italic;
  color: white;
 
  padding-right:10px;
font-size:28px;
}
.main{
 
    width:800px;
    height:inherit;
    border:0px;
    overflow-y: visible;
    padding: 15px 25px;
font-family: 'IBM Plex Mono', monospace;
 
}
.idbox{
  float:left;
    width:350px;
    height: auto;
    background-color:black;
    color:white;
    padding: 5px 10px;
    overflow-y: auto;
    text-decoration: none;
    margin-bottom:25px;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
}
.prpic{
    float:left;
    width:175px;
}
.idinf{
 
    text-decoration: none;
    font-size:15px;
 
}
.status {
    float:right;
    width:370px;
    height: auto;
    text-align:center;
    color: #ff85a9;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
    padding: 5px 10px;
    overflow-y: auto;
    background-color:black;
    color:white;
    margin-bottom:25px;
 
}
 
.blurb {
    float:right;
    width:387px;
    max-height: 800px;
    height:auto;
    text-align:justify;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
    padding:1px;
    overflow-y: auto;
    text-decoration: none;
    background-color:black;
    color:white;
    font-size:12px;
    margin-bottom:25px;  
}
 
.contact{
    float:left;
    width:370px;
    height: 150px;
    text-align:center;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
    padding:1px;
    overflow-y: auto;
    text-decoration: none;
    background-color:black;
    background-image:url();
    background-size:cover;
    color:white;
    font-size:20px;
    margin-bottom:25px;
    font-family: 'Permanent Marker', cursive;
}
 
 
.contact a {
  color: #fcf0f8;
  text-align: center;
color:#99ff09;
  text-decoration: none;
}
 
.contact a:hover {
 
  color:#ff1f80;
}
 
.deco {
    float:left;
    width:370px;
    max-height: 800px;
    height:auto;
    text-align:justify;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
    padding:1px;
    overflow-y: auto;
    text-decoration: none;
    background-color:black;
    color:white;
    font-size:12px;
    margin-bottom:25px;  
    text-align: center;
}
 
.faves {
    float:left;
    width:370px;
    max-height: 800px;
    height:auto;
    text-align:justify;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
    padding:1px;
    overflow-y: auto;
    text-decoration: none;
    background-color:black;
    color:white;
    font-size:12px;
    margin-bottom:25px;  
text-align: center;
}
.header{
    float:left;
    font-family: 'Permanent Marker', cursive;
 
    width:inherit;
    height:25px;
 
    font-size:15px;
 
}
 
.custom{
     float:right;
    width:387px;
    max-height: 800px;
    height:auto;
    text-align:justify;
    border-width: 5px;
    border-style:ridge;
    border-color:#ce00fc;
    padding:1px;
    overflow-y: auto;
    text-decoration: none;
    background-color:black;
    color:white;
    font-size:12px;
    margin-bottom:25px;    
}
 
.footer{
  overflow: hidden;
  height:auto;
  text-align:center;
  background-color: transparent;
font-size:10px;
    color:white;
    text-shadow: 2px 2px 5px white;
}
 
 
 
a{
    color:#99ff09;
}
b{
    color:#ffbf00;
}
i{
    color:#ff1f80;
}
u{
    color:#00d9cb;
}