
body{
    color:rgb(247, 238, 240);
    text-shadow:1px 1px 1px rgb(90, 190, 43);
    font-size:22px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:rgb(235, 149, 163);
    background-image:url(/neoimages/shark_bg.jpg);
    background-repeat:round;
}

h1{
    color:#39ff14;
    text-shadow:1px 1px 2px red, 0 0 25px blue, 0 0 5px greenyellow;
}

p{
    margin-bottom:2rem
}

p2{
    color:black;
    text-shadow: 0 0 3px aliceblue;
    font-size: 20px;
}

a {
    color:black;
    text-shadow:none
}

.content{
    margin-left:10rem;
    margin-right:1.5rem
}

.speechbubble{
    margin-top:1rem;
    margin-left:2rem;
    margin-right:2rem;
    border-style:solid; 
    border-width:5px; 
    border-color:black;
    background-image:url(/neoimages/clouds.jpg);
    color:black;
    text-shadow:none;
    line-height:.81;
    position:flex;
}

.blog{
    margin-top:3rem;
    margin-left:10rem;
    margin-right:5rem;
    border-style:double;
    border-width:3px;
    border-color:bisque;
    background-image:url("/neoimages/bubbles\ 4.gif");
    text-shadow:0 0 2px red, 1px 1px 25px blue, 0 0 4px greenyellow;
    overflow-y:scroll;
}

.border{
    height:2rem; 
    background-color: rgba(240, 248, 255, 0.8);
    background-repeat:repeat-x;
    margin-top:2rem;
    margin-left:-.5rem;
    margin-right:-2rem
}


.center {
    display:block;
    margin-left: 20rem;
    margin-right: auto;
    width: 50%;
}

.scrollbox{
    overflow-y: scroll;
    height: 30rem;
}

#container1{
    border-bottom: 4rem;
    background-color:rgb(235, 149, 163);
    margin-top:1rem;
    overflow-y:scroll;
}

#container2{
    background-image:url(/neoimages/rikka_spin.gif);
    background-repeat: repeat;
    background-size:25%;
    height:150% ;
    width:100%;
    position:absolute;
}

#container3{
    position: absolute;
    background-color:rgb(235, 149, 163);
    width:10rem;
    height:10rem;
    margin-left: -.1rem;
    margin-top: 6rem;

    
}

#container4{
    position:absolute;
    margin-left:12rem;
    margin-top:18rem;
    background-color:rgba(0, 0, 0, 0);
    height:14rem;
    width:9rem
}

#navigation{
    position:fixed;
    left: 0;
    width:10rem;
    text-align:center;
    line-height: 0;
}

#navbackground{
    position:absolute;
    left: 0;
    width:10rem;
    height:1000%;
    background-image:url(/neoimages/heart_bg.gif);
    padding:0;
}

#header{
    text-align:center;
    background-image:url("/neoimages/missing_texture.png");
    background-repeat:repeat;
    height: 5rem;
    margin-left:-1rem;
    margin-right:-1rem;
    margin-top:-2rem;
}

#header2{
    text-indent: 1rem;
    background-image:url("/neoimages/missing_texture.png");
    background-repeat:repeat;
    height: 5rem;
    margin-left:-1rem;
    margin-right:-1rem;
    margin-top:-2rem;
}


