* {
  padding: 0;
  margin: 0;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  background-color: #95bfb1;
  margin-bottom: 30px;
}

nav ul li {
  list-style: none;
  margin: 0 15px;
}

nav a {
  text-decoration: none;
  color: #000;
}

.dashboard h2 {
  color: #445c83d6;
  font-weight: 600;
  margin-bottom: 15px;
}
