

body {
      background-image: url(https://64.media.tumblr.com/9c6669e…/tumblr_nk03vgtl9l1u289dqo3_250.png);
    font-family: ms gothic;
    font-size: 16px;

}


#container {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border: 5px ridge white;
    border-top-left-radius: 15px;
    margin-top: 40px;
    border-top-right-radius: 15px;
    background: white;
    width: 910px;
}

#hd {
    margin-top: 200px;
    width: 475px;
    margin-left: 30px;
    padding: 5px;
    height: 250px;
}


    
    a{
        color:#B5F53D;
        /*text-decoration:underline wavy;*/
    }    
    
    /* - - - - - - - - - - - - - - */

    #banner a{
        text-decoration:none;
    }
    
       /* . . . . . . . . . . . . . . . . */        
     
     ::-webkit-scrollbar {
        width: 15px;
        height: 10px;}

    /* . . . . . . . . . . . . . . . . */ 
    
    ::-webkit-scrollbar-thumb:vertical{
        background:#ffafe7;}

    /* . . . . . . . . . . . . . . . . */ 
    
    ::-webkit-scrollbar-track {
        background-color:#ffebfe;}

    /* . . . . . . . . . . . . . . . . */ 
    
    
    ::-webkit-scrollbar-button:vertical:increment {
        background-image: url('https://shenanigans.neocities.org/files/increment.png');
        width: 14px;
        height: 16px;
        background-color:#ffafe7;}

    /* . . . . . . . . . . . . . . . . */ 
    
    ::-webkit-scrollbar-button:vertical:decrement {
        background-image:url('https://shenanigans.neocities.org/files/decrement.png');
        background-color:#ffafe7;
        width: 14px;
        height: 16px;}   


    #header{
        padding:5px;
        width: 600px;
    }    
    
   
    

    
    #content{
        padding:10px;
        margin-top:20px;
        height:790px;
    }    
    
    /* - - - - - - - - - - - - - - */    
    
    #section-1{
        position:absolute;
        width:180px;
        margin-top:-10px;
        margin-left:-10px;
    }    
    
    /* - - - - - - - - - - - - - - */
    
    #center{
        position:absolute;
        margin-top:-220px;
        width:475px;
        margin-left:220px;    
        padding:5px;
        background:white;
        height:300px;
        border:1px solid;
    }    
    
    /* - - - - - - - - - - - - - - */    
    
    #stuff{
        position:absolute;
        margin-top:310px;
        margin-left:211px;    
        padding:5px;
    }
    
    /* - - - - - - - - - - - - - - */    
    
    #stuff2{
      
    position: relative;
    margin-top:150px;
    margin-left:150px;
    padding:5px;

    display:flex;
    align-items:flex-start;
    gap:15px;
}
    /* - - - - - - - - - - - - - - */    
    
    #stuff3{
        position:absolute;
        margin-top:625px;
        margin-left:210px;    
        padding:5px;
    }    
    
    /* - - - - - - - - - - - - - - */        
    
    #webmaster{
        border:3px ridge #fbdafb;
        width:163px;
        position:absolute;
        margin-top:245px;
        margin-left:5px;
        float:right;
    }
    
    #right{
        float:right;
        margin-top:-375px;
        margin-left: 20px
       
    }
    
    
  .calendar {
    border-bottom: 1px dashed #9aa7af;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.centercalendar {
  font-size: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.header1 {
    text-align: center;
    margin-bottom: 5px;
    height: 10px;
    background-color: white;
}
.weekdays, .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
  }

  .weekdays div {
    font-weight: bold;
   color: #b5988e;
  }

  .days div {
  color: black;
  font-size:12px;
  }


  .today {
    color: black; /* red tone */
    font-weight: bold;
  }
    
  