/*-- Reset Rule --*/
* {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display:block;
}


body {
   display: flex;
   flex-direction: column;
   align-items: center;
   font-family: "Libre Franklin", sans-serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
}

header {
    text-align: center;
    color: #000;
    padding-top: 2em;
}


nav {
    display: flex;
    justify-content:space-evenly;
    flex-direction: row;
    padding: 2em;
}

a {
  padding: 10px;
  color: #000;
}


.logo {
  max-width: 100%;
  height: auto;
}


