html,body{
margin: 0px;
padding: 0px;
height:100%;
background-color:#000000;
background-image:url("https://file.garden/ZFw1ZShvAk-Bo3bW/paprika.gif");
background-size: 20%;
font-size: 18px;
color:#ff0090;
text-align:justify;
letter-spacing:1px;
}

#box1{
position:relative;
width:750px;
height:575px;
margin:50px auto;
padding: 40px;
background-color:#000000;
overflow: scroll;
}




#header{
height:350px;
width:735px;
background-image:url('https://file.garden/ZFw1ZShvAk-Bo3bW/neocitiesbanner.png');
border:1px solid #ff0090;
}

#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:#230023;
color:#fff;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
text-transform:uppercase;
letter-spacing:2px;
border:1px solid #230023;
}

#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:359px;
width:528px;
min-height:100%;
border:1px solid #230023;
margin-right:4px;
padding:8px;
background-color:#db0202;
margin-bottom:4px;
} 

.img-with-text {
    text-align: justify;
    width: 200px;
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

.row {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}
.column {
    display: table-cell;
}


#box3{
position:absolute;
top:359px;
left:553px;
width:174px;
min-height:100%;
border:1px solid #230023;
padding:8px;
background-color:#db0202;
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
font-size:19px;
line-height:30px;
font-family:comic;
font-style:bold;
display:block;
border-bottom:1px solid#90e8e1;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background-color:#000000
}

a{
text-decoration:none;
font-style:italic;
}

a:hover{
background:rgb(35,0,35);
}