.logo{
    height: 200px;
    width: 200px;
}
nav a.current {
    color: var(--accent) !important;
    border-color: var(--accent) !important;
  }
body,html{
    font-family: "Inter",sans-serif;
}