html,body{
font-size: 18px;
font-family: arial;
color:#ff0090;
}

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






#linkity{
position:absolute;
top:-23px;
left:7px;
width:735px;
line-height:30px;
text-align:center;
}





#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;
color:yellow;
}
