* {
margin: 0;
padding: 0;
}

body {
min-width: 320px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, ‚Segoe UI’, Roboto,
Oxygen, Ubuntu, Cantarell, ‚Open Sans’, ‚Helvetica Neue’, sans-serif;
background: #212121;
color: #ececec;
}

img {
max-width: 100%;height:auto;
}
.home-lnk img {width:200px;}
header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px 0;
position: sticky;
top: 0;
z-index: 999;
background: #171717;
}

.header {
display: flex;
width: calc(100% – 30px);
max-width: 1180px;
justify-content: space-between;
align-items: center;
}

.menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}

.menu li {
position: relative;
}

.menu li a {
color: white;
padding: [...]

* {
margin: 0;
padding: 0;
}

body {
min-width: 320px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, ‚Segoe UI’, Roboto,
Oxygen, Ubuntu, Cantarell, ‚Open Sans’, ‚Helvetica Neue’, sans-serif;
background: #212121;
color: #ececec;
}

img {
max-width: 100%;height:auto;
}
.home-lnk img {width:200px;}
header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px 0;
position: sticky;
top: 0;
z-index: 999;
background: #171717;
}

.header {
display: flex;
width: calc(100% – 30px);
max-width: 1180px;
justify-content: space-between;
align-items: center;
}

.menu {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}

.menu li {
position: relative;
}

.menu li a {
color: white;
padding: [...]