body{
    background-color: black;
    background-image: url('https://notapva.neocities.org/bg.gif');
    background-size: cover;
    background-repeat: no-repeat;
      font-family: "DTM Mono";
  font-size: 12pt;
     text-shadow:
    3px 3px 0 #964ad4,
    3px 3px 0 #964ad4,
    3px 3px 0 #964ad4,
    3px 3px 0 #964ad4;
  text-align: center;
  color: white;
  image-rendering: pixelated
}

body {
cursor: url("/cursor.gif"), auto
} 

p {
     font-size: 28px;
    }
.help{
    width: 512px;
    text-align: center;
    margin: auto;
    align-items: center;
  }
.help:hover{
    transition: 0.3s ease;
    transform: scale(1.05);
    position: relative;
  }
  
  .op{
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    opacity: 0;
  }
  
.op:hover{
  opacity: 1;
}

.container{
  background: #080414;
  text-align: center;
  border: 4px solid #ff91f8;
  width: 1024px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
    
.container2{  
  background: #080414;
  text-align: left;
  border: 4px solid #ff91f8;
  width: 1024px;
  }
  
.brown{
  margin: 32px;
  }
  
.contsiner3{
  background: #080414;
  text-align: center;
  border: 4px solid #ff91f8;
  padding: 32;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
.ret{
  color: purple;
  }
  
.rets{
    font-size: 16px;
  }
  
.shit{
    text-align: center;
  }
  
.stink{  
  background: #080414;b
  text-align: center;
  border: 4px solid #ff91f8;
  width: 1020px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }

.rawr{
  z-index: 10;
  padding: 24px;
  margin: 32px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);  text-align: left;
  border: 4px solid #ff91f8;
  width: 200px;
  background: #080414;

}

.ass{
  padding: 16px;
}

.milk{
  text-align: center;
}

.milk:hover{
      transition: all 250ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

      transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
    transform: scale(2,1.25);
}

/*// What to animate? I dont fucking know dude //*/

  .float{
    animation-name: float;
  }
  
.fluut{
  animation-name: fluut;
}

/*// Keys and frames /*/

@keyframes float {
    0%{
      transform: translateY(16);
    }
    50% {
      transform: translateY(-16px);
    }
     100% {
     transform: translateY(0);
    }
  }
  
@keyframes fluut {
    0%{
      transform: translateY(16);
    }
    50% {
      transform: translateY(-16px);
    }
     100% {
     transform: translateY(0);
    }
  }


    .float {

    animation: float 3s ease-in-out infinite;
    }


    .fluut {

    animation: float 0.2s ease-in-out infinite;
    }
    
#pen{
    text-align: center;
  }
    
.vert{
    text-align: center;
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

.aww{
    height: 32px;
    width: 24px;
  }