body {
  background-image: linear-gradient(
    10deg,
    rgb(41, 223, 41),
    rgb(119, 247, 87),
    rgb(158, 247, 170),
    rgb(190, 248, 166)
  );
  font-family: Arial;
  font-size: 20px;
  padding: 50px;
}

h1 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 20px;
  color: rgb(0, 0, 0);
  position: relative;
}

/* .info {
  margin-top: 20px;
  color: rgb(103, 8, 255);
} */

.word {
  font-family: "Akaya Kanadaka", cursive;
  height: 50px;
  position: centre;
  width: auto;
  /* width: 350px; */
  font-weight: bold;
  font-size: 25px;
  background-color: cyan;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: auto;
  padding-top: 5px;
  cursor: pointer;
  margin-left: 30%;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 2.5px solid black;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 500px;
}

.synsBtn {
  font-family: Arial;
  font-size: 15px;
  height: 50px;
  position: centre;
  width: 10%;
  font-weight: bold;
  font-size: 25px;
  background-color: rgb(243, 94, 181);
  color: rgb(0, 0, 0);
  text-align: center;
  padding: auto;
  padding-top: 5px;
  cursor: pointer;
  /* margin-left: 25%; */
  /* margin-top: 10px;
  margin-bottom: 10px; */
  border: 2.5px solid black;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  border-radius: 100px;
}

.word:hover {
  background-color: red;
  color: cyan;
}

.close,
.previous,
.next {
  height: 25px;
  background-color: rgb(251, 255, 27);
  width: 25px;
  padding-left: 1px;
  margin-left: 10px;
  display: inline-flex;
  border-radius: 20px;
}

.close:hover,
.previous:hover,
.next:hover {
  height: 25px;
  background-color: rgb(76, 255, 5);
  width: 25px;
  padding-left: 1px;
  margin-left: 10px;
  display: inline-flex;
}

.one,
.two,
.three,
.four,
.five {
  margin: 20px;
  height: auto;
  width: 40%;
  font-size: 22px;
  font-weight: bold;
  margin-left: 30%;
  text-align: center;
  color: rgb(68, 0, 255);
  display: inline-flex;
}

.hidden {
  display: none;
}

.slang,
.informal,
.archaic {
  /* margin-top: 10px; */
  margin: 10px;
  font-style: italic;
  font-weight: 200;
  display: inline-block;
  font-family: Arial;
}

.text .clicked {
  background-color: rgb(255, 0, 0);
  color: black;
}

.clicked:hover {
  background-color: rgb(28, 128, 33);
  color: rgba(255, 255, 255, 0.925);
}

.letter {
  font-family: sans-serif;
  font-size: 35px;
  color: rgb(0, 0, 0);
}

a {
  display: inline-flex;
  border: black 1.5px solid;
  text-align: center;
  margin: 10px;
  height: auto;
  width: auto;
  padding-left: 8px;
  padding-top: 5px;
  padding: 7px;
  background-color: rgb(248, 252, 0);
  color: rgb(250, 0, 208);
  text-decoration: none;
  border-radius: 20px;
}

a:hover {
  color: rgb(248, 252, 0);
  background-color: rgb(250, 0, 208);
}

#up {
  display: inline-flex;
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
  margin: 10px;
  font-weight: bolder;
  height: auto;
  width: auto;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  float: right;
  color: rgb(0, 0, 0);
  text-decoration: none;
  border: black solid 2px;
  border-radius: 10px;
}

#indexlink {
  position: sticky;
  top: 20px;
  display: inline-flex;
  text-align: center;
  margin: 10px;
  font-weight: bolder;
  /* height: auto;
  width: auto; */
  padding: 10px;
  float: right;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-decoration: none;
  border: black solid 2px;
  border-radius: 10px;
}

#indexlink:hover {
  color: rgb(255, 255, 251);
  background-color: rgb(5, 5, 5);
}

#up:hover {
  color: rgb(255, 255, 251);
  background-color: rgb(5, 5, 5);
}

.reset,
.using {
  font-family: fantasy;
  position: sticky;
  font-size: 18px;
  top: 20px;
  display: flex;
  text-align: center;
  margin: 10px;
  font-weight: bolder;
  height: auro;
  width: auto;
  margin-left: 20px;
  padding: 10px;
  float: left;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-decoration: none;
  border: black solid 2px;
  border-radius: 10px;
  cursor: pointer;
}

.using {
  margin-left: 45%;
  margin-bottom: 20px;
  float: none;
  position: relative;
}
.reset:hover,
.using:hover {
  color: rgb(255, 255, 251);
  background-color: rgb(5, 5, 5);
}

#index {
  display: inline-block;
  margin: 20px;
}

.priorty {
  display: inline;
  /* margin-left: 10px; */
  width: 32%;
  height: 70px;
  position: center;
  color: rgb(247, 11, 11);
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 30px;
}

h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 20px;
  color: rgb(0, 0, 0);
  position: relative;
}

.first {
  background-color: cyan;
}

.second {
  background-color: green;
}

.third {
  background-color: yellow;
}
.fourth {
  background-color: rgba(83, 52, 218, 0.418);
}
.priorty:hover {
  display: inline-block;
  width: 32%;
  /* margin-left: 10px; */
  height: 70px;
  position: center;
  color: black;
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  background-color: red;
}

.priortyClicked {
  background-color: inherit;
  color: black;
}

.priortyClicked:hover {
  background-color: inherit;
  color: red;
}

h4 {
  color: rgb(0, 0, 0);
}
.show-modal,
.info {
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  /* padding: 1.75rem 3.5rem; */
  /* margin: 5rem 2rem; */
  border: 1px solid;
  background-color: yellow;
  color: rgb(0, 0, 0);
  border-radius: 10rem;
  cursor: pointer;
}

.empty--modal,
.empty--syns {
  background-color: rgb(255, 20, 20);
  color: rgb(0, 0, 0);
}

.show-modal:hover {
  background-color: rgb(76, 255, 5);
}

.synsBtn {
  font-size: 15px;
  height: 40px;
  width: 10%;
  font-weight: 600;
  padding: 10px;
  /* padding: 1.75rem 3.5rem; */
  /* margin: 5rem 2rem; */
  border: 2px solid black;
  background-color: rgb(0, 255, 136);
  color: rgb(0, 0, 0);
  border-radius: 10rem;
  cursor: pointer;
}

.synsBtn:hover {
  background-color: blueviolet;
  color: cornsilk;
}

.close-modal,
.closeSyns {
  position: relative;
  /* top: 1.2rem; */
  /* right: 2rem; */
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

.close-modal-info {
  align-items: center;
  font-size: 25px;
  background-color: green;
  border: rgb(5, 5, 5) solid 3px;
  border-radius: 10px;
}

.close-modal-info:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.example {
  color: rgb(0, 0, 0);
  font-family: cursive;
}
.modal,
.info-modal {
  /* margin-top: 20%; */
  position: relative;
  color: rgb(27, 0, 180, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  background-color: rgb(229, 231, 203);
  padding: 4%;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}
/* .info-modal {
  margin-top: 550px;
} */
.SandA {
  position: relative;
  color: rgba(180, 0, 141, 0.788);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  background-color: rgb(229, 231, 203);
  padding: 4%;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay,
.overlay-info,
.overlaySA {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.overlaySA {
  background-color: rgba(114, 91, 245, 0.3);
}

.empty {
  text-align: center;
  color: red;
  font-size: 50px;
  font-weight: bold;
  font-family: cursive;
}
