html,body{
margin: 0px;
padding: 5px;
height:100%;
background-image:url('https://sadhost.neocities.org/images/tiles/water2.webp');
background-color:#2d3a80;
font-family: "Pixelify Sans", sans-serif;
font-size: 14px;
color:#0e6c78;
text-align:justify;
letter-spacing:1px;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.pixelify-sans-<uniquifier> {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

#box1{
position:relative;
width:735px;
min-height:100%;
margin:72px auto;
padding:8px;
}

#header{
height:175px;
width:735px;
background-image:url("header.png");
border:none;
}

#linkity{
position:absolute;
top:-23px;
left:7px;
width:735px;
line-height:30px;
text-align:center;
}

#linkity a{
width:120px;
display:inline-block;
margin-right:-3px;
background-color:#5D9B99;
color:#fff;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
text-transform:lowercase;
letter-spacing:2px;
border:1px solid #fff;
}

#linkity a:hover{
background-color:rgba(35,0,35,0.4);
border-bottom:1px solid #fff;
-moz-transition:.4s;
-webkit-transition:.4s;
transition:.4s;}

#box2{
position:absolute;
top:auto;
width:528px;
min-height:100%;
border:1px solid #A8D8D2;
margin-right:4px;
padding:8px;
background-color:rgba(241,255,205,1);
margin-bottom:4px;
} 

#box3{
position:absolute;
top:auto;
left:553px;
width:174px;
min-height:100%;
border:1px solid #A8D8D2;
padding:8px;
background-color:rgba(241,255,205,1);
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
font-size:14px;
line-height:30px;
font-family:"Pixelify Sans", sans-serif;
display:block;
border-bottom:1px solid #1B6F9B;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('https://gifcity.carrd.co/assets/images/gallery68/5cba38ca.gif?v=49efbe4c');
}

a{
color:#fff;
background:#000;
text-decoration:none;
font-style:bold;
}

a:hover{
background:rgb(14, 108, 120);
}

::highlight(mycolor-1) {
  color:#53b0aa;
}