<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-image: url('images/f14911cb8b7b2e9883946326f5e2b4e7-2208582849.jpg');
    background-size: cover;
    background-position: center;
    cursor: url('cursors/pinkpointers/Pink%20Cursors%20-%20Normal%20Select.cur'), auto;
}
.bodycontainer{
    background-color: black;
    border: solid;
    height: 1280px;
    width: 1280px;
    margin: auto;
    color: deeppink;
}
.header{
    border: solid;
    margin: 10px;
}
h1{
    display: flex;
    justify-content: center;
    font-family: 'courier New', courier, monospace;
    color: deeppink;
    font-size: 50px;
}
p{
    display: flex;
    justify-content: center;
    font-family: 'courier New', courier, monospace;
    color: deeppink;
    font-size: 30px;
}
footer{
    display: flex;
    justify-content: center;
     font-family: 'courier New', courier, monospace;
    color: deeppink;
}
.blogbody{
     border: solid;
    height: 1000px;
    width: 1254px;
    margin: 10px;
    display: flex;           /* Make children align in a row */
    overflow-x: auto;        /* Enable horizontal scroll */
}
.blogbox{
    height: 972px;
    width: 1229px;
    margin: 10px;
    border:solid;
     padding: 10px;
    overflow: auto;       /* Scrolls vertically */
   /* Hides horizontal overflow */
    word-wrap: break-word;  /* Break long words to next line */
    box-sizing: border-box; /* Includes padding in width */
    flex-shrink: 0;
    color: white;
}
.blinkies{
    width: 1254px;
    margin: 10px;
    display: flex;
    justify-content: center;
    
    
}</pre></body></html>