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

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

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

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





