.sh-8e9c40e4-header {
position: sticky;
top: 0;
left: 0;
width: 100%;
z-index: 999;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
}
.sh-8e9c40e4-logo {
text-align: center;
width: 100%;
display: flex;
justify-content: center;
}
.sh-8e9c40e4-logo-img {
max-width: 100%;
height: auto;
transition: width 0.3s ease;
}