
* body{
  cursor:url("https://azart6311.neocities.org/Untitled_Artwork%20(79)-Photoroom.png"),pointer;
  background-color:black;
 
}
 
.title {
  font-size:50px;
  font-family:"Kapakana";
  text-align:center; 
  color:#fc0394;
  z-index:2; 
  position:absolute;
  top:30px;
  width:550px;
  left:150px;
  background:black; 
  font-weight:bold;
   animation-name: title-ani;
  animation-duration: .7s;
  animation-iteration-count:infinite;
  border-style:dotted;
  border-width:5px;
  border-radius:15px;
}
@keyframes title-ani{
0%{color:#fc0394;}
50%{color:#0d00fc;}
100%{color:#b5fc00;}
}
  
#gifofme1{
  height: 250px; 
  width:200px;
  z-index:0; 
  position:absolute; 
  top:5px;
  object-fit: cover;
  ;
}
#para1{
  font-size:10px;
  font-family:"Courier", cursive; 
  text-align:left; color:#fc0394;
  z-index:2; 
  position:absolute;
  top:125px;
  width:500px;
  left:160px;
  background:black; 
  font-weight:bold;
  padding:10px;
  border-radius:15px;
  border-style:dotted;
  border-width:2px;
}
#namisticker{
  height:400px;
  width:400px;
  position:absolute;
  top:280px;
  left:-10px;
  z-index:1;
}

.NAMI{
  font-family:"Charm", cursive;
  font-style: normal; 
  font-weight:bold;
  z-index:3; 
  font-size:50px;
  top:450px;
  left:250px;
  position:absolute; 
  color:white;
  background:#fc3912;
  text-decoration: none;
  padding-right:10px;
  padding-left:10px;
  border-style:dashed;
  border-width:5px;
  }
  a:hover{color:#0d00fc;}
  
.namibg1{
  width:600px;
  height:250px; 
  position:absolute;
  z-index:0; 
  top:300px;
  left:180px;
  object-fit:cover;
}

.namibg2{
  width:400px;
  height:250px; 
  position:absolute;
  z-index:0; 
  top:400px;
  left:140px;
}
 
