<!-- 
    // My Room
    // Neocities layout created by France La'Lune
    // Published 2/12/2023
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
    
    // Special thanks to doffy.neocities.org for the calendar!
    // Pick between black, white or random multicolor calendars. . .
    
        // figgypudding.neocities.org/blogendar/blogendar-2 (WHITE)
        // figgypudding.neocities.org/blogendar/blogendar-3 (BLACK)
        // figgypudding.neocities.org/blogendar/blogendar-4 (MULTI)
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
    
    // France's Notes
        // 1. The tables may be confusing, I recommend leaving them be
        unless you plan to remove them entirely.
        
        // 2. You are allowed to change, remove, or add any features or             change the layout in any way!
        
        // 3. Credit is greatly appreciated, but not required.
        
        // 4. View deco and other useful things here 
        shenanigans.neocities.org/fountain/resources
        
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     
    
    // ♪ shenanigans.neocities.org/fountain/catalog ♪
    // Thank you.
    
    -->
    
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script>
    <link rel="shortcut icon" href="https://emoemo.girly.jp/i/snowman/snowman_11.gif">
    <title>This is 2005</title>

    
    <style type="text/css">

    body{
        font-family:MS Gothic;
        background-image:url('https://64.media.tumblr.com/bcfea4a5e8ad504a317d3945a52a66cd/ef88cccc47cd17c9-77/s75x75_c1/4118951c5afbe9ebec4ba4373180fadbcb463a28.png');
    }

    /**************************
             CONTAINER
    **************************/
    
    #container{
        padding:5px;
        height:530px;
        width:915px;
        /* This is used to position the container */
        margin-top:15px;
        position:absolute;
        left: 50%;
        transform: translateX(-50%);
    }
        
      
    /**************************
             SECTIONS 
    **************************/    
    
    #section-1{
        position:fixed;
        width:150px;
        float:left;
        left:5px;
        text-align:center;
    }
    
    /* - - - - - - - - - - - */
    
    #section-2{
        position:fixed;
        width:525px;
        float:left;
        margin-top:10px;
        left:200px;
        text-align:center;
    }
  
    /* - - - - - - - - - - - */ 
    
    #section-3{
        position:fixed;
        width:150px;
        float:right;
        background:white;
        right:5px;
        height:520px;
        text-align:center;
    }   
    
    
    /**************************
             DATE/LINK
    **************************/
    
    #news-text-inner{    
        padding:5px;        
        height:230px;
        overflow-y:auto;
    }
    