/* style.css */
.nav {
  float: right;
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 30px;
}

i {
  color: #000;
}
