* {
  font-size: 1em;
}



body {
  background-color: white;
  color: black;
  font-family: "Libertinus Serif", serif;
}

header {
    background-color: grey;
    display:flex;
}


.breadcrumbs {
    display: flex;   
    background-color: green;
    font-size: 1em;
    list-style-type: none;
}

