* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
}
.navbar {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
align-items: start;
padding: 1rem 2rem;
background-color:  rgb(146, 146, 146); 

color: rgb(78, 70, 70);
}

.navlinks {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
list-style: none;
display: flex;
gap: 1.5rem;
}
.navlinks a {
color: white;
text-decoration: none;
font-size: 1rem;
}
.nav-links a:hover {
color: #2e3133e8;
}