body {
  margin: 0px 0px;
  padding: 0px 0px;
  color: white;
}

.navbar::before {
  content: "";
  background-color: black;

  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

.navbar {
  margin: 0px 0px;

  height: 7%;
  width: 100%;
}

.nav {
  display: flex;
  list-style: none;
  margin: 13px -18px;
}

.listitems {
  margin: 0px 9px;

  font-size: 18px;
  font-family: "Varela Round", sans-serif;
}

body {
  vertical-align: middle;
}
.container {
  border: 1px solid #1e1d1e;
  color: #1e1d1e;
  margin: auto;

  text-align: center;
  align-items: center;
  position: center;
  height: auto;
  width: 90%;
}

h1 {
  color: #1e1d1e;

  text-align: center;
  font-family: "Ubuntu", sans-serif;
}

.text {
  margin: 3%;
  width: 90%;
  height: 100%;
  border: 1px solid #1e1d1e;
}

.container h1 {
  margin: 0px 0px;
  font-family: "Ubuntu", sans-serif;
}

.btn {
  color: white;
  background-color: lightblue;
  width: 90px;
  height: 40px;
  border: 1px solid lightblue;
  border-radius: 3px;
  font-size: 15px;
  margin: auto;
  position: fixed center;
  align-items: center;
}

.btn:hover {
  background-color: rgb(100, 100, 146);
}
 


.mynote {
  height: 90%;
  
  margin: 0.5% 0.5% ;
  color: #1e1d1e;
  font-family: "Ubuntu", sans-serif;
  border: 1px solid #1e1d1e;
  min-height: 5em;
  min-width: 3em;
  border-radius: 0.5em;
  text-align: left;
  padding: 1%;
  height:120px;
    overflow:scroll;
    overflow-wrap: break-word;
    word-wrap: break-word;
    
}

.mybtn {
  color: white;
  background-color: lightblue;
  width: 25%;
  height: 20px;
  border: 1px solid lightblue;
  border-radius: 3px;
  font-size: 15px;
  position: fixed left;
  margin: none;
}

.parentDiv {
  display: grid;
  grid-template-columns: 33.34% 33.34% 33.34%;
  text-align: center;
  min-height: 9em;
  width:90%;
  margin: auto;
  padding-top:5% ;


}


.mybtn:hover {
  background-color: rgb(100, 100, 146);
}


::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}



.nav{
 align-items: right;
}