html {
    
    background-color:#47000C;
    background-repeat: no-repeat;
    background-size:cover;
    
}

body {
    
    width:750px;
    position:relative;
        display: block;
    height:700px;
    font-family:'Arial';
    font-size:11px;
}

#content {
    left:0;
    margin-left: 50px;
    margin-bottom:50px;
    position:relative;
    
    
}

#main {
    
    width:550px;
    float:none;
    margin-top:10px;
    height:700px;
    display:block;
    position:absolute;
    
}

#blog {
    
    
    margin:5px;
    height:inherit;
    flex:left;
}

#header {
    
    width:700px;
    margin-bottom:15px;
}

h1 {
    
    color:white;
    font-family: serif;
    font-size:50px;
    position:relative;
    float:right;
    
    
}

marquee {
    
    color:white;
    font-family: 'mbytepc';
    filter: drop-shadow(1 1 1rem #fff);
}


#chlochlo {
    
    top: 360px;
  left: 570px;
    width:200px;
    position:absolute;
    animation-name: floating;
  animation-duration: 6s;
  animation-delay: -2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#chlochlo:hover {
    
    
    
}

a {
 margin:2px;
    color:#47000C;
    
}

a:hover {
    
    color:#FF8A9D;
    filter:drop-shadow(#47000C 50%);
}

#titletitle {
    
    top: 100px;
  left: 450px;
    position:absolute;
    font-size:100px;
    filter: drop-shadow( 0 3px #47000C) drop-shadow( 2px 0 #750014) drop-shadow( 0 -1px #FF8A9D) drop-shadow( -1px 0 #47000C) drop-shadow( 0 5px white) drop-shadow( 5px 0 white) drop-shadow( 0 -5px white) drop-shadow( -5px 0 white) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 2px #424242);
  color:#FDE6FF;
  font-family: serif;
}

#neo {
    top: 190px;
  left: 730px;
    font-size:10px;
    position:absolute;
    color:white;
    
}

#headerimg {
    
    height:150px;
    background:url(img/cuddytable2.jpg);
    flex:left;
    margin-left:0;
     border-width:1px;
    border-color:white;
    border-style:solid;
    filter:invert(12%) sepia(27%) saturate(80%) hue-rotate(320deg) brightness(88%) contrast(121%);
}



@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}

@-webkit-keyframes pop {
from {
-webkit-transform:scale(0.95)

}

50% {
-webkit-transform:scale(1)

}

to {
-webkit-transform:scale(0.95)

}
}

@font-face {
font-family: 'mbytepc';
src: url(https://dl.dropbox.com/s/wu14gtbffx3auk3/Px437_MBytePC230_EGA%5B1%5D.ttf);
}

@keyframes floating {

0% {
  transform: translate(0, 0px);
}
50% {
  transform: translate(0, 15px);
}
100% {
  transform: translate(0, -0px);
    
    }
}
   


#backthing {
    
    border-radius:2px;
    margin-top: -30px;
    margin-left: -30px;
    position: static;
    width:inherit;
    height: inherit;
    border: solid 7px;
    border-image: url(https://i.imgur.com/NJa4bp2.png) 8 round;
    background:white;
    
    z-index: -1;
}

#one{
  
  background-color: white;
  margin-top: 30px;
    background: white;
    width: 150px;
    height:auto;
    position:relative;
    display:;
    overflow:hidden;
    float:right;
}

#section{
  color: white;
   background-image:linear-gradient(to right, #FF8A9D, #750014, #47000C);
  font-size: 15px;
  padding: 3px 3px 3px 3px;
  text-align: right;
  z-index: 20;
    font-family:serif;
}
#writing{
  text-align: left;
  padding: 0px 2px 5px 5px;
}

h3 {
    
    border-width: 2px;
  border-bottom-style: solid;
  border-color:#FF8A9D;
  color: #FF8A9D;
  font-size: 14px;
font-weight: 600;
}