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:hover{
    transition: 0.3s ease;
    transform: scale(1.05);
    position: relative;
  }
  
  .op{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
.op:hover{
  opacity: 1;
}

.container{
  background: #080414;
  text-align: left;
  border: 4px solid #ff91f8;
  width: 1024px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
  strong{
    color: pink;
    }
    
.container2{  
  background: #080414;
  text-align: left;
  border: 4px solid #ff91f8;
  width: 1024px;
  }
  
.her{
  text-align: right;
  margin: 32px;
  color: pink;
  }
  
.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;
  }
  
.container4{  
  background: #080414;
  text-align: left;
  border: 4px solid #ff91f8;
  width: 1020px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }

.rawr{
  text-align: left;
  border: 4px solid #ff91f8;
  width: 200px;
  padding: 12px;
  margin: 32px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
}

.ass{
  padding: 16px;
}

.milk{
  margin: 32px;
  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;
  }

/*// Keys and frames /*/

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


    .float {

    animation: float 3s 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;
  }
  
.janis{
    width: 88px;
    height: 31px;
  }
.zile{
    border: 4px solid #ff91f8;
    width: 256px;
    margin: 48px;
    box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
