*{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #CCC;
}



header {
    background-color: #202020;
    display:flex ;
    flex-direction:row ;
    align-items: center;
    height: 100px;
    padding: 0px 32px;
    gap: 20px;
}
#logo-link {
    width: 160px;
    display: block;
    transform: translate(0,2px)
}
nav a {
    color: white;
    text-decoration: none;
}
nav ul {
    display: flex;
    gap: 20px;
}