/* colors based on bg img (darkest to lightest) : #001818 , #062347 , #4D7FB5 , #7EADC0 */

@font-face {
    font-family: "PixelOperator";
    src: url('https://cattafang.neocities.org/fonts/pixeloperator/PixelOperator.ttf');
}
@font-face{
    font-family: "PixelOperator";
    src: url('https://cattafang.neocities.org/fonts/pixeloperator/PixelOperator-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "PixOpHB";
    src: url('https://cattafang.neocities.org/fonts/pixeloperator/PixelOperatorHB.ttf');
}
@font-face {
    font-family: "PixOpBigBold";
    src: url('https://cattafang.neocities.org/fonts/pixeloperator/PixelOperator8-Bold.ttf');
}

html {
    display: table;
    margin: auto;
}

body {
    font-family: 'PixelOperator', sans-serif;
    background-color: #7EADC0;
    background-image:url('https://i.postimg.cc/2jB7pKJN/aquagalaxy-small.gif');
    display: table-cell;
    vertical-align: middle;
}
.header {
width: 100%;
background-color: #062347;
         /* header color here! */
 height: 250px;
/* this is only for a background image! if you want to put images IN the header, you can add them directly to the <div id="header"></div> element! */
background-image: url("https://sadhost.neocities.org/images/tiles/chess.gif");
  background-repeat: repeat;
  background-size:100px;
  background-position: fixed;
            }
main {
    background-color: #7EADC0;
    margin-left:20px;
    margin-right:20px;
}
aside {
    background-color: #4D7FB5;
    max-width: 300px;
    color: #001818;
    padding-left: 5px;
    padding-right: 5px;
}
article{
    color: #001818;
}
nav {
  max-height:25px;
  height:auto;
  margin-bottom:10px;
}
p {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.centered-block {
  display: block;
  margin: auto;
  max-height: 1100px;
  max-width: 1100px;
}
.alignment {
    display:flex;
    justify-content: center;
}
.container {
    max-width: 1100px;
    justify-content: center;
}
.flex {
    display: flex;
    max-width: 1100px;
}
.navbar {
    height: 40px;
    background: rgb(126,173,192);
background: linear-gradient(180deg, rgba(126,173,192,1) 0%, rgba(77,127,181,1) 35%, rgba(6,35,71,1) 64%, rgba(0,24,24,1) 100%);
    
}
/* horizontal */
.navbar ul {
  list-style-type:none;
  padding-left:10px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  font-size:16pt;
}
.navbar ul li {
  padding-left:25px;
  padding-right:25px;
}
.navbar li a{
    color:aqua;
}
h1 {
    font-family: 'PixOpBigBold', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
h2 {
    font-family: 'PixOpHB', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
.boxy {
    background-color: #062347;
    border: dashed #7EADC0;
    color: #7EADC0;
}
.coolBullet {
    list-style: url("https://cattafang.neocities.org/imagerepository/yanbullet.png");
}
.noBullet {
    list-style-type: none;
    padding-left: 0;
}
.footer {
    background: rgb(126,173,192);
background: linear-gradient(180deg, rgba(126,173,192,1) 0%, rgba(77,127,181,1) 35%, rgba(6,35,71,1) 64%, rgba(0,24,24,1) 100%);
    color:aliceblue;
    text-align: center;
}
.inhead {
    text-align: center;
}
.minimain {
    max-width: 550px;
}
.scp {
    background-color: #062347;
    border: dashed #7EADC0;
    color: #7EADC0;
    max-width: 450px;
    max-height: 650px;
    justify-content: center;
}