: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;
            }
    
           
      
    
    
            #pictureplaceholder {
                margin-top: 3px;
                width: 90%; 
            }
            #picturebox {
                margin: 15px 0px 15px 15px;
                width: 100%;
            }
            #picture {
                width: 100%; 
            }
    
            #pictureplaceholder {
                margin-top: 3px;
                width: 90%; 
            }
    
    
            #text {
                font-family: 'MS Gothic'; 
                flex-direction: column;
                text-align: center; /* Optional: Center text horizontally */
                margin: auto 0;
            }
             
            #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 */
            }


    #credit-list {
        font-family: 'MS Gothic';
        text-align: center; /* Keeps the "Please give..." text centered */
        
    }

     #credit-list {
        font-family: 'MS Gothic';
        text-align: center; /* Keeps the "Please give..." text centered */
        margin-top: 20px;
        
    }

#credit-list ul {
    list-style: none;
    padding: 0;
    display: inline-block; 
    text-align: left; /* This keeps the labels aligned to each other */
    margin: auto;
    margin-top: 20px;
    
}

#credit-list li {
    margin-bottom: 5px;
    display: flex; /* Helps keep the h and a on the same line easily */
}

#credit-list h {
    display: inline-block;
    /* Increase this width until the longest word 
       (Musicplayer:) has a little gap after it */
    width: 130px; 
    text-align: left;
    font-weight: normal;
    
}

#credit-list a {
    /* Removed float: right to keep it stuck to the label */
    text-align: left;
}



    .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;
        }