body {
  margin: 0;
  background-color: #f6f7f8;
  font-family: "Inter";
}

p {
  font-size: 20px;
  font-weight: 400;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.logo2sec {
  position: fixed;
  z-index: 999;
  width: 274px;
  height: 344px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#summaryPage .navLink .aLink:nth-child(1),
#boardPage .navLink .aLink:nth-child(3),
#addTaskPage .navLink .aLink:nth-child(2),
#contactsPage .navLink .aLink:nth-child(4) {
  background-color: #091931;
  border-radius: 4px;
}

.cursor {
  cursor: pointer;
}

.backgroundArrow:hover {
  background-color: #d1d1d1;
  border-radius: 50%;
}

.dNone {
  display: none;
}
