.headerdiv
{
   
    height: 110px;
    width: 100%;
    background-color:  #FFFFFF;
    border-bottom: 1px solid black;
}
header{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 3;
}
body,html
{
    margin-left: 0px;
    margin-right: 0px;
}
.headertopdiv
{
   height: 72px;
    width: 100%;
    background-color:  #FFFFFF;
    
}
.firstimg
{
    height: 50px;
    padding-left: 465px;
    padding-top: 8px; 
}
.headerbottondiv
{
    width: 100%;
    display: flex;
    column-gap: 40px;
    padding-left: 158px;
    font-family: sans-serif;
    font-size: larger;
    color: #333333;
    opacity: 0.9;
}
.headerbottondiv > div:hover{
text-decoration: underline 2px red;
text-underline-offset: 12px;

}

.headeryellowdiv
{
    display:flex;
    width: 100%;
    height: 66px;
}
.headeryellowdiv
{
    background-color: #ffffcc;
    border-top: 1px solid black;
}
.headeryellowdivpara
{
    font-family: sans-serif;
    font-size: 16px;
    padding-left: 423px;
    letter-spacing: 1px;
    transform: perspective(10px);
    font-weight: bold;
}

    