#pplan-text {
  color: white;
}

#links {
  text-decoration: none;
  color: rgb(155, 149, 149);
}

.notification-div {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 150vh;
}
.notification-div #notification {
  display: inline-block;
  width: 30px;
}

p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid red;
  border-radius: 50%;
  background-color: red;
  top: 5px;
}

#todo-foto {
  width: 100%;
  height: 330px;
  position: relative;
}

#planner {
  top: 150px;
  left: 40%;
  position: absolute;
  padding: 20px;
  text-align: center;
  box-shadow: 3px 3px 15px black;
  width: 300px;
  height: 100px;
  background-color: rgb(85, 83, 83);
  opacity: 0.7;
  color: white;
}

.mid-tasks {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-top: 2%;
  margin-bottom: 2%;
}
.mid-tasks img {
  width: 40px;
}

.divi-mid-2 {
  display: flex;
  align-items: center;
}

.nav-bottom {
  background-color: black;
  height: 260px;
  border: 1px solid black;
}
.nav-bottom #nb-1 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
  gap: 5px;
}
.nav-bottom img {
  margin-top: 20px;
  border: 1px solid white;
  width: 30px;
}

#nb-2 {
  display: flex;
  justify-content: center;
  color: white;
  gap: 20px;
  margin-top: 30px;
}
#nb-2 input {
  width: 350px;
  height: 30px;
  border-radius: 10px;
}
#nb-2 button {
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
}

#nb-3 {
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 50px;
}

#sort {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */