:root {
    --blue-gradient: linear-gradient(#87CEEB, #4169E1); 
  }
  #boxheader {
    background: var(--blue-gradient);
    background-size: auto 100%;
    text-align: left;
    color: #cdebff;
    padding: 5px 0px 5px 5px;
}

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


    }
    #box2{
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        border: px solid #4169E1;
        display: flex;

        }

    
            #text {
                width: 80%;
                display: flex;
                display: flex;
                flex-direction: column;
                text-align: center; /* Optional: Center text horizontally */
                margin: auto;
            }
             
    .title{
        font-weight: 500;
        font-family: 'nintendo_ds_biosregular';
        font-size: 25px;
    }

h{
    font-family: 'nintendo_ds_biosregular'; 
    font-size: 20px;
}

h3{
    font-family: 'nintendo_ds_biosregular'; 
    font-size: 20px;
}
