:root {
    --blue-gradient: linear-gradient(#87CEEB, #4169E1); 
  }

html, body {
  margin: 0;
  padding: 0;
}
  
  #boxheader {
    background: var(--blue-gradient);
    background-size: auto 100%;
    text-align: left;
    color: #cdebff;
    padding: 5px 0px 5px 5px;
}

#box1{
    width: calc(100% - 3px);
    margin: auto;
    color: black;
    border: 1px solid #4169E1;
    margin-top: 10px;


    }
    #box2{
        width: 100%;
        border: px solid #4169E1;
        display: flex;
        background-color: #F0F9FF;
        }

#container-box2{
        width: 100%;
        background-color: #F0F9FF;
        display: flex;
        overflow-y: auto;
        height: 200px;
        text-align: center;
        }

        #chatbox{
        width: 100%;
        background-color: #F0F9FF;
        display: flex;
        overflow-y: auto;
        height: 300px;
        text-align: center;
        }


#container-box2a{
        width: 100%;
        background-color: #F0F9FF;
        display: flex;
        overflow-y: auto;
        height: 200px;
        }

        #container-box2b{
        width: 100%;
        background-color: #F0F9FF;
        display: flex;
        overflow-y: auto;
        height: 100px;
        }

     #container-box3{
                border: 1px solid #4169E1;
                margin-top: 5px;
                justify-content: center;
                margin: auto;
                margin-top: 10px;
                width: calc(100% - 3px);
                }

        #under{
            width: 100%;
            background: url("../images/construction.gif") repeat;
            padding-bottom: 300px;
            }
    
           
        #blog{
                font-weight: bold;
                text-decoration: none;
                color: rgb(1, 49, 118);
            }

            #blog:hover{
            text-decoration: none;
            color:#4169E1;
            background:#cdebff ;
            text-decoration: "none";
            transition: ease-in 0.2s, ease-out 0.2s;
            }    
    

            td{
                border-bottom: 1px solid #041e2f;
                padding-top: 0.25em;
                padding-bottom: 0.25em;
            }

            #pictureplaceholder {
                margin-top: 3px;
                width: 90%; 
            }
            #picturebox {
                margin: 15px 15px 15px 15px;
                width: 40%;
            }
            #picture{
            width: 100%;
            }
            #pictureplaceholder {
                margin-top: 3px;
                width: 90%; 
            }
    
    
            #text {
                margin-top: 15px;
                font-family: 'MS Gothic'; 
                flex-direction: column;
                text-align: center; /* Optional: Center text horizontally */
                margin: auto;
                width: 50%;
                
            }
             
            #text2 {
                font-family: 'MS Gothic'; 
                display: block;
                flex-direction: column;
                margin: auto;
            }
            #text3{
                font-family: 'MS Gothic'; 
                flex-direction: column;
            }
            #text4{
                font-family: 'MS Gothic'; 
                flex-direction: column;
                                text-align: center; /* Optional: Center text horizontally */
            }
            table{
                margin: auto;
            }
            #textchang {
                font-family: 'MS Gothic'; 
                display: block;
                flex-direction: column;
                margin: auto;
                width: 95%;
            }


    .title{
        font-weight: 500;
        font-family: 'MS Gothic'; 
        font-size: 18px;
    }


#textbox
{
    font-family: 'MS Gothic'; 
    font-size: 15px;
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: center; /* Optional: Center text horizontally */
    margin: auto;
    padding-bottom: 20px;

}
#leftside{
        float: left;
        width: calc(50% - 5px);
        overflow: hidden;
        box-sizing: border-box;
        }

#rightside{
        float: right;
        width: calc(50% - 5px);
        display: block;
        overflow: hidden;
        box-sizing: border-box;
        }

#middle{
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        }