@font-face{
  font-family: 'handmade';
  src: url(HandmadeBrushes.ttf);
  }
@font-face{
  font-family: 'punkstitles';
  src: url(Punk.ttf);
  }

body {
   justify-content: center;
    margin: 0;
    padding: 20px;
    background-image: url('purple.gif');
    text-align: center;
    font-family: 'handmade';
    color:white;
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    cursor: url('cursor.png?v=2'), auto; 
}

a {
  cursor: url(invertedc.png), auto; 
  }
h1 {
  font-family:'punkstitles';
  text-align: center;
  font-size: 80px;
  }
h2 {
   font-family:'punkstitles';
  text-align: center;
  font-size: 50px;
  text-shadow: black 100%;
  }
.content{
  background-image: url('fondopagina.jpg');
  background-position: center center;
  min-height: 1000px; 
  background-attachment: fixed;
  background-size: cover;
  border: 1px black dotted;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
  gap: 15px;     
  }



.menu {
  background-color:#8400AD;
  display: center;
  border: 1px solid #000;
  list-style-position: inside;
  }
  
.menulist {
  color: white;
  display: flex;
  flex-direction: row;  
  justify-content: center;
  gap: 30px;
  }
.button {
  border: none;
  background: transparent;
  font-family: 'punkstitles';
  padding: 0 20px;
  width: auto;
  font-size: 30px;
  cursor: url(invertedc.png), auto; 
  display: inline-block; /* Crucial for <a> elements to accept layout/transforms */
  text-decoration: none; /* Removes the default link underline */
  color: white;
  }
  
.button:hover{
  background-color:#FC09F2;
  border: 1px solid #FC09F2;
  color: white;
  transform: scale(1.1);
  transition: background-color 0.2s ease, transform 0.2s ease;
  }

ul {
   list-style-type: none;}
  
#yanchan {
  width: auto;
  height: 300px !important;
  padding-top: 30%;
  }
  
p {
   font-size: 30px;
  text-align: justify;
  }
  
.rigt-container {

  margin-right:20%;
 text-align: center;
 position: relative;
 box-sizing: border-box;
  }
  
#sklera {
  width: auto;
  height: 650px;
  margin-right:20%;
  }

.stext {
  padding-top: 30px;
  text-align: center;
  }
  
.aboutme {
  margin: 0;
  width: 100%; 
    max-width: 400px;
  color: white;
  padding: 30px 20px;
  background-color: #1D052B;
  border: 1px dotted black;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  }

.textaboutme {
  background-color: transparent;
  margin:  20%;
  text-align: center;
  margin: 0 auto;
  border: 3px purple dotted;
  padding-top: 20%;
  }
  
.textaboutme h2, 
.textaboutme p {
  text-align: center !important;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px; /* Gives a tiny bit of breathing room on the sides */
}

.box {
  position: relative;
  z-index: 2;
  }

.stars span {
  position: absolute;
  animation: animate 2s linear infinite;
  z-index: 1; /* Keeps stars on a base layer */
  }
  
.stars span i {
  color: #E700FF;
  font-size: 18px;
  }
  
.stars span:nth-child(1){
  left: 60px;
  animation-delay: 0.3s;
  top: 5%;
  }
  
.stars span:nth-child(2) {
  left: 10%;
  animation-delay: 2s;
  top: 10%;
  }
  
.stars span:nth-child(3) {
  left: 20%;
  animation-delay: 5s;
  top: 15%;
  }
  
.stars span:nth-child(4) {
  left: 16%;
  animation-delay: 4s;
  top: 67%;
  }
  
.stars span:nth-child(5) {
  left: 40%;
  animation-delay: .5s;
  top: 85%
  }

.stars span:nth-child(6) {
  left: 50%;
  animation-delay: 5s;
  top: 23%;
  }
  
.stars span:nth-child(7) {
  left: 60%;
  animation-delay: 5s;
  top: 65%;
  }
  
.stars span:nth-child(8) {
  left: 70%;
  animation-delay: 3.5s;
  top: 12%;
  }
  
.stars span:nth-child(9) {
  left: 80%;
  animation-delay: 9s;
  top: 75%;
  }
  
.stars span:nth-child(10) {
  left: 90%;
  animation-delay: 3s;
  top: 14%;
  }
  
 .box {
  display: absolute;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 1;
  }
@keyframes animate {
  0% {
    opacity: 0;
    }
  50% {
    opacity: 1;
    }
  100% {
    opacity: 0;
    }
  }

  
  