.header-background {
position: fixed;
z-index: 9998;
background-color: #0F1115;
width: 100%;
height: 150px;
top:0;
left:0;
}

.header {
position: fixed;
z-index: 9999;
display:flex;
top:50px;
left:50px;
right:50px;
gap:12%;    
}

.header-icon {
border:1px solid lightblue;
min-width:40px;
max-width:40px;
min-height:30px; 
max-height:30px;
padding:10px;
display:flex;
align-items: center;
justify-content:center; 
cursor:pointer;
}

.header-icon a {
text-decoration:none;
color: lightblue;
font-size:35px;
}


.header-name {
padding:10px;
display:flex;
align-items: center;
justify-content:center; 
cursor:pointer;
}

.header-name a {
text-decoration:none;
color: lightblue;  
font-size:30px;
}





