@import url("https://fonts.googleapis.com/css2?family=Pushster&display=swap");
body {
  margin: 0;
  padding: 0;
}
.navContainer {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.808);
}

#navul {
  display: flex;
  list-style: none;
  /* border: 2px solid black; */
}
#home {
  margin-right: 4%;
}

#navul li a {
  text-decoration: none;
  font-size: 1.3rem;
  color: white;
}
#logo {
  font-family: "Pushster", cursive;
  margin-right: 1.2rem;
  color: white;
  margin-left: -1rem;
}
#search {
  align-self: center;
}
#searchbox {
  height: 1.3rem;
  width: 60%;
}
.btn {
  background-color: rgba(0, 0, 0, 0.808);
  border: 2px solid green;
  cursor: pointer;
  color: green;
  height: 1.7rem;
  margin-right: 10px;
  margin-left: -5px;
}

#main-container {
  width: 70%;
  margin: auto;
}
.container {
  /* text-align: center; */
  margin: auto;
  /* border: 2px solid black; */
  height: auto;
  width: auto;
}

#add-title {
  margin-left: 8px;
  width: 15vw;
}

.card {
  margin: auto;
  border: 2px solid black;
  width: auto;
}
.cardbody {
  text-align: left;
  height: auto;
  margin-top: 15px;
}
.card-title {
  margin-left: 0.5rem;
  height: 3rem;
  /* border: 2px solid black; */
  margin-top: 0px;
  margin-bottom: 5px;
}
#add-text {
  /* margin-top: -10px; */
  margin-left: 0.5rem;
  /* width: auto; */
  display: block;
  width: 95%;
}
#text {
  columns: auto;
}
.card-btn {
  background-color: #007aff;
  color: white;
  margin-left: 0.5rem;
  margin-top: 10px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

#notes {
  margin: auto;
  height: auto;
  /* border: 2px solid black; */
  /* justify-content: center; */
  width: 80%;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.card-2 {
  border: 2px groove white;
  display: inline-block;
  width: 24vw;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 1.1rem;
}
.card-para {
  margin-left: 0.5rem;
  margin-top: 0px;
}
.card-notes {
  text-align: left;
  overflow: hidden;
}

.dlt-btn {
  background-color: #007aff;
  color: white;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.date {
  margin-left: 3%;
  font-size: 13px;
  margin-bottom: -10px;
}
.not-mark {
  margin-left: 35%;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}
.mark {
  margin-left: 35%;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: none;
}
.top {
  display: flex;
  justify-content: space-between;
}

#heading_div {
  display: flex;
  width: 18.6%;
  height: 10%;
  justify-content: space-between;
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: black;
}
#note_heading {
  /* border: none; */
}
#imp_heading {
  /* border: none; */
}
#note_heading:hover {
  background-color: black;
  color: white;
}
#imp_heading:hover {
  background-color: black;
  color: white;
}
