@charset "UTF-8";


header{
    width:100%;
    height:auto;
    display:flex;
    justify-content: center;
    align-items:center;
    /* border:1px solid #000; */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
    padding:5px;
}



.header-container{
    display:flex;
    justify-content: flex-start;
    align-items:center;
    gap:30px;
    width:100%;
    max-width:1200px;
    height:100%;
    /* border:1px solid #000; */
}



.header-h2 h2{
    font-size:clamp(1.875rem, 1.761rem + 0.57vw, 2.188rem);
    color:#666666;
    white-space: nowrap;
}




.header-h1 h1{

    font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    color:#E46C0A;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}


    

