body{
  background-image: url("https://file.garden/aFtlHJgzHRVcsEfa/31b23680178aa798ddd593ce499948ed.jpg");

  
  
}

.container {

  background-image: url("https://file.garden/aFtlHJgzHRVcsEfa/0b070a8210a31b5d108156b1ab6b2399.jpg");
background-size: cover;
background-position: center;
width:350px;
height:600px;
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;         
    
}

.container-about{
background-image: url("https://file.garden/aFtlHJgzHRVcsEfa/979c7417978952d542c4b6289389f638.jpg");

width:800px;
height:300px;

color:white;
    
}

.img-floatinganim {
animation-name: floating; 
animation-duration: 3s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes floating { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 15px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}     

@font-face {                  
font-family: 'CHNOPixel';
src: url(https://humantooth.neocities.org/fonts/CHNOPixelCodePro-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

h1{
  font-family: CHNOPixel;
}

.top-container{
  background-image: url("https://file.garden/aFtlHJgzHRVcsEfa/4523e44079d4c7b8172bb608a258fcdd%20(1).jpg");
  width:345px;
  height:110px;
  
  background-size: cover;
background-position: center;
}

.profile-box{
  background-image:url("https://file.garden/aFtlHJgzHRVcsEfa/ezgif.com-speed%20(1).gif");
  
  width:110px;
  height:110px;
  background-size: contain;
  
  margin-left:-250px;
}


.txt{
  background-color:;
  
  width:240px;
  
  height:105px;
  border: 3px solid;
          border-image-slice: 100%;
          border-image-source: none;
          border-image-slice: 1;
          border-image-source: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
          background-color:#5ab873;

font-family: CHNOPixel;

font-size:13px;

color:white;

margin-top:-500px;
margin-left:410px;
}



.gif{
background-image: url("https://file.garden/aFtlHJgzHRVcsEfa/4ac6c1cf648d1fc605a0eb84a15f9f9e.gif");
  width:350px;
  height:220px;
  
margin-left:308px;
  background-size: cover;
background-position: center;
}


.side-pic{
  margin-top:-230px;
  margin-left:520px;
  
  
  background-image: url("https://file.garden/aFtlHJgzHRVcsEfa/Untitled177_20260611161342.png");
  
  width: 270px;
  height: 410px;
  background-size:contain;
  background-repeat: no-repeat;
  
  
  
  animation-name: floating; 
animation-duration: 3s; 
animation-iteration-count: infinite; 
animation-timing-function: ease-in-out;
} 

@keyframes floating { 
0% { 
transform: translate(0,  0px); 
} 

50%  { 
transform: translate(0, 15px); 
} 

100%   {
transform: translate(0, -0px); 
} 
}     
}

.navi{
  
}




button{
  background-color:#32a852;
  border-color:white;
  border-style:solid;
  border-width:4px;
}

a{
  color:#bfffd0;
}


.top-pic{
  
  background-image:url("https://64.media.tumblr.com/afab763bd42d3f819d3afbcfeca20284/92141fc4d4b42dc0-91/s400x600/7874504ea629b3ae4e58dad86b9ac075c5241393.pnj");

  width:100px;
  height:100px;
  
  background-position: contain;
  
  
}


  .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}


