.center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.contentbox {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}
.left {
  width: 300px;
}
.mid {
  width: 400px;
}
.norm {
  width: 700px;
}
.right {
  width: 300px;
}
.full {
  width: 1000px;
}
.section {
  background-color: rgb(179, 207, 219);
  padding: 5px;
 
  margin: 5px;
  border-width:10px;
  border-style:solid;
  border-image:url(normieborder.png) 16 round;
  background-clip: padding-box;
  
}
.navigation {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.headereyes{
  height: 117px;
  margin: auto;
}
.headerimgs {
  border-width:30px;
  border-style:solid;
  border-image:url(titleborder.png) stretch 600;
  border-image-slice: 600;
  
  border-radius:10px;
  background-clip: border-box;
  
  width: 700px;
  height: 117px;
  
  max-width: 100%;
  max-height: 100%;

  background-image: url(commiewater.png);
  

  
}
.fullwidthimage {
  width: 100%;
}
.halfwidthimgs {
  width: 49%;
}
.thirdwidthimgs {
  width: 32%;
}
.quarterwidthimgs {
  width: 24.5%;
}
.fullheightimage {
  height: 100%;
}
.nav {
  
  color: black;
  background-color: rgb(179, 207, 219);
  padding: 10px;
  border-width:10px;
  border-style:solid;
  border-image:url(normieborder.png) 16 round;
  background-clip: padding-box;
  margin: 5px;
  min-width: 80px;
  text-align: center;
}
.normlinks {
  color: white;
}
.worstpage {
  border-width:10px;
  border-style:solid;
  border-image:url(eyeborder.png) 25 round;
}

body {
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/017C.jpg");
  background-color: rgb(33, 0, 66);
  color: white;
  font-family: serif;
  cursor: url(https://cur.cursors-4u.net/nature/nat-6/nat583.cur), auto !important;/* End https://www.cursors-4u.com */
}

h1 {
  background-color: rgb(179, 207, 219);
  
  border-width:30px;
  border-style:solid;
  border-image:url(titleborder.png) 600 stretch;
  border-radius:10px;
  padding-top: 10px;
  font-family: BlueScreen;
  color: rgb(41, 26, 68);
  
}

h2 {
  text-align: center;
  justify-content: center;
}

button {
  font-family: serif;
  color: black;
  background-color: white;
  padding: 5px;
  border-width:10px;
  border-style:solid;
  border-image:url(buttonborder.png) 10 round;
  background-clip: padding-box;
  
}
::selection {
background: #244f3c;
color: #FFFFFF;
}

@font-face {
  src: url(https://decomail.space/fonts/Blue%20Screen.ttf);
  font-family: BlueScreen;
}

