<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.nav {
    margin: 30px 0;
}
.menu {
    display: flex;
  justify-content: center;
  margin: 20px;
  }
  
  .menu li {
    padding: 0 20px;
  }
.menu li a:hover {
    color: #939393;
    transition: 0.4s all;
}  </pre></body></html>