body{
    font-family: "Roboto", sans-serif;
}

.navbar {
  background-color: white;
  border-bottom: 1px solid black;
  padding: 10px 0;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 4vw;
}

.navbar ul li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.navbar ul li a:hover {
  text-decoration: underline;
}

 