#header
{
  display: flex;
  width: 100%;
  height: fit-content;
  gap: 1.5vw;
}

#header li
{
  list-style-type: none;
  margin-right: 20px;
}

#header a
{
  text-decoration: none;
  color: white;
}


#socials a {
  display: flex;
  align-items: center;
}

#socials a:hover{
  opacity: 0.7;
}

#header #socials
{
  display: flex;
  flex-direction: row;
  align-items: center; 
  margin: 0.5vh 0 0 0;
  padding: 0;
}

#header #socials li
{
  padding: 0;
  align-self: center;
}

#header #navlinks
{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
}

#header #navlinks li
{
  margin-left: auto;
  margin-right: 0;
}

#header #navlinks a:hover
{
  text-decoration: underline;
}

#header h1
{
  margin: 0;
}

#selfie
{
  width: auto;
  height: 100px;
  border-radius: 10%;
  margin: 0;
}

.active
{
  /* bold */
  font-weight: bold;
  font-style: italic;
}
