*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
   background: url(things/gradient.png), url(https://64.media.tumblr.com/1bf7b485836ec4dacf9ae4200d1e9c8b/79ed5cc97182f5e4-6c/s400x600/6a2b6bb3c79ec01a765fd3636905374b2d86db42.png);
   font-family: gothic;
   font-size: 12px;  
   display: flex;
   justify-content: center;
}
@font-face{
    font-family: gothic;
    src:url(fonts/gothic.ttf);
}
@font-face{
    font-family: imperial;
    src:url(fonts/Imperial.ttf);
}
.wrap{
    background-color:transparent;
    /* border: 3px solid black; */
    width: 580px;
    height: 344px;
    margin-top: 16rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
h1{
    text-shadow: 1px 1px 5px white;
    font-family: imperial;
    font-size: 100px;
    font-weight: lighter;
    position: absolute;
    top: 10rem;
    margin-left: -10rem;
    z-index: 1;
    animation: floating infinite 2.5s ease-in-out;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 3px); }
    100%   { transform: translate(0, -0px); }    
    }
.dis{
    box-shadow: 0px 0px 14px 7px rgba(255, 255, 255, 1);
    border: 1px solid black;
    border-radius: 20px;
    background: linear-gradient(0deg, white 0%, #c3e4f7 100%);
    padding: 15px;
}
#nav{
    width: 92px;
    height: 188px;
    
}
#nav a{
    color:black;
    line-height: 2em;
    margin-left: -5px;
}
#nav a:hover {
    color: #1d19f8;
    font-style: italic;
}
#me{
    background: url(things/star-frame1.png) 0px, linear-gradient(0deg, white 0%, #c3e4f7 100%);
    background-size: cover, auto;
    width: 330px;
    height: 170px;
    padding: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#me::-webkit-scrollbar {
    display: none;
  }
#stamps::-webkit-scrollbar {
    display: none;
}
#status{
    height: fit-content;
    background: white;
}
#pic{
    width: 155px;
    height: 124px;
    display:flex;
    justify-content: center;
    padding: 10px;
    z-index: 1;
}
#pic img:hover{
    transform: scale(1.8);
}
#index{
    overflow-y: scroll;
    overflow-x: hidden;
    width: 110px;
    height: 186px;
    text-align: center;
    z-index: 1;
}
#index::-webkit-scrollbar {
width: 5px;
}
#index::-webkit-scrollbar-track {
background-color: transparent;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#index::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: white;
border: 1px solid black;
}
#stamps{
    width: 127px;
    height: 124px;
    overflow-y: scroll;
    overflow-x: hidden;
    display:flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}
#yaoi{
    position: absolute;
    font-size: 10px;
    margin-top: 180px;
    margin-left: 170px;
}