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: fixed;
    left: 0;
    top: 0;
    opacity: 0;
  }
  
.op:hover{
  opacity: 1;
}

.container{
  background: #080414;
  text-align: left;
  border: 4px solid #ff91f8;
  width: 1024px;
  max-height: 512px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
  strong{
    color: pink;
    }
    
.container2{  
  background: #080414;
  text-align: left;
  border: 4px solid #ff91f8;
  width: 1024px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
  
.weed{
    height: 256px;
    width: 256px;
    float: right;
    transform: scaleX(-1);
  }
  
.her{
  text-align: left;
  margin: 32px;
  color: pink;
  }
  
.brown{
  margin: 32px;
  }
  
.chicken{
  text-align: left;
  border: 4px solid #ff91f8;
  width: 200px;
  padding: 12px;
  margin: 32px;
  box-shadow: 0px 0px 50px rgba(100, 1, 227);
}

.vert{
    text-align: center;
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  .milk{
  float: right;
  margin: 128px;
  top: -32px;
}

.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);
}

.brick{
    text-align: left;
    background: #080414;
    border: 4px solid #ff91f8;
    width: 1024px;
    box-shadow: 0px 0px 50px rgba(100, 1, 227);
  }
  
  .art{
      color: purple;
      text-align: center;
    }
    
    .pilk{
      text-align: center;
      margin: 32px;
      top: -32px;
}

.pilk: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);
}