body {
  background: #cc97e8 url(https://jeanshit2.neocities.org/2025_04_16_0hq_Kleki.png) repeat top right;
  background-size:25%;
}

p {font-size: 20px;
color:#37124a;
margin-left:20px;
margin-right:20px;
}

blockquote:before {
    content: open-quote;
}

blockquote:after {
    content: close-quote;
}

h6 {
  text-transform: uppercase;
  text-align:right;
  display:inline;
  padding:10px;
  background:#cc97e8;
  border-width:5px;
  border-style:dotted;
  border-color:#1a3b2c;
  
}

h3 {word-spacing:0.5em;
  font-variant: Small-caps;
color:#177841;
margin:20px;
padding: 40px;
}

h2 {
font-weight: lighter;
color:#276642;
}
/* hi faggots */
h1 {
font-size: 60px;
font-weight: 700;
color:#276642;
border-style:dotted;
border-width:5px;
padding:40px;
border-color:#2f1340;
margin-left:120px;
margin-right:120px;
text-shadow: 3px 3px 5px purple, -3px -3px 5px yellow;
}

ol {font-size:25px;
color:green;
}

.wankstain {
  font-size:25px;
  color:green;
  font-weight:900;
}

.FUCK {
  font-size:10px;
  color:black;
  font-weight:500;
}

#main_nav {
  padding:8px;
  margin:8px;
}

#top {
    background-color: navy;
    padding: 20px;
    font-size:11px;
    color:red;
}

.intro {
    color: red;
    font-weight: bold;
    font-size:10.5px;
}

h2, h4, h5 {
  color:blue;
}

a {
  transition: padding 2s, color 2s, font-size 1s;
}

a:link {
  color:#06bf37;
}


a:visited {
  color:#048226;
}

a:active {
  font-weight: bold;
  font-size:30px
}

a:hover {
  padding: 8px;
  color:#008044;
  font-size:1.25em;
  display: inline;
  border-width:5px;
  border-style: dashed solid; 
  border-color: #1a3b2c;
  
}

input:focus, textarea:focus {
  border-radius:5px;
  background-color:gray;
  color:white;
  border: 4px;
  border-color:black;
}

input, textarea {
  border-radius:4px;
  background-color:darkgrey;
  color:black;
  border:4px;
  border-color:black;
  
}

ol:first-child {
  font-size:25px;
  font-weight:600;
}

.pene {
  display: block;
  padding:20px;
  background:#cc97e8;
  border-style:dotted;
  margin:50px;
  font-size:1.25em;
  
}
.pene:first-letter {
  font-size:1.5em;
  padding:2px
}
.pene:first-line {
  font-size:1.30em;
}

.mugenveszties { 
  margin:0px 200px 0px 200px;
  background-color:yellow;
  padding:10px;
  
}
/* pene */
#navigation a {
  padding: 8px 4px;
  display: inline-block;
  border-width:5px;
  border-style:dotted;
  color:blue;
  
}

#navigation {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
}

#navigation2 {
    position: absolute;
    top: 1000px;
    right: 20px;
    width: 200px;
}

#content {
  position: static;
    margin: 0 250px; /* setting top and bottom margin to 0 and right and left margin to 200px */
    background-color:#cc97e8;
    border-width:5px;
    border-style:solid;
    padding:70px;
    width:200px;
    height:200px;
    
}

button {
  background-color:grey;
  color:white;
  border-radius:14px;
  padding:10px;
  font-size:3em;
  margin: auto;
  height: 250px;
  width: 250px;
}



.AWFUL {
  font-family: 'Bye';
  font-size:2em;
}

.DISGUSTING {
  font-family: 'Hi';
  font-size:2em;
}

#box1 {
  width: 100px;
  height:100px;
  background-color:grey;
  box-shadow: 5px 5px 3px black;
}