body {
  padding: 0;
  margin: 0;
  font-family: Zerove;
  color: #1b3f66;
}
@font-face {
  font-family: Zerove;
  src: url(Fonts/ZEROVE-4NKDB.TTF);
}
header {
  background-color: #f0f0f0c7;
  display: flex;
  min-height: 10px;
  max-height: 60px;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header-content {
  display: flex;
  align-items: center;
}
#header-title {
  align-items: center;
  display: flex;
  padding-left: 10px;
  width: 100px;
}
.header-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding-right: 30px;
}
a {
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline transparent;
  color: #1b3f66;
}
a:hover {
  transition: 400ms;
  text-decoration: underline;
}
.profil-picture,
#profile-div {
  align-items: center;
  display: flex;
}
#profile-div {
  transform: translateX(10%);
}
#home-button {
  align-items: center;
  display: flex;
}

#infobox {
  border-radius: 20px;
  margin: 40px;
  padding: 10px;
  text-align: center;
  margin-left: 38%;
  margin-right: 38%;
  background-color: #f0f0f0c7;
}
@media screen and (max-width: 1700px) {
  #infobox {
    margin-left: 25%;
    margin-right: 25%;
  }
}
#profile-div {
  background-color: #dededead;
  border-radius: 20px;
  padding: 5px;
}
#profile-div h6 {
  margin-left: 10px;
}
#leaderboard {
  background-color: #f0f0f0c7;
  border-radius: 20px;
  padding: 10px;
  margin: auto;
}
li {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
td {
  padding-left: 15px;
}
th {
  padding-left: 1px;
}
#footerbuttons {
  display: flex;
  margin: auto;
  margin-top: 30px;
  justify-content: center;
  background-color: #f0f0f0c7;
  width: 250px;
  padding: 10px;
  border-radius: 20px;
}
.learn-button img {
  position: relative;
  top: 10px;
}

#add-div {
  margin: auto;
  width: 27%;
}
#add-div button,
#revealbtn,
#skipbtn,
.true_falsebtnsfalse,
.true_falsebtnstrue,
.centeredBtn {
  width: 500px;
  background-color: #f0f0f0c7;
  font-family: Zerove;
  color: #1b3f66;
  height: 40px;
  border-style: dashed;
  border-radius: 20px;
  font-size: larger;
  margin-top: 10px;
}
.deleteBtn {
  width: 150px;
  background-color: #f0f0f0c7;
  font-family: Zerove;
  color: #ff0000;
  height: 30px;
  border-style: dashed;
  border-radius: 20px;
  font-size: larger;
  margin: 20px;
}
.BackBtn {
  width: 150px;
  background-color: #f0f0f0c7;
  font-family: Zerove;
  color: #1b3f66;
  height: 30px;
  border-style: dashed;
  border-radius: 20px;
  font-size: larger;
}
#add-div button:hover,
#revealbtn:hover,
.deleteBtn:hover,
.BackBtn:hover,
#skipbtn:hover,
#savename_btn:hover,
.true_falsebtnsfalse:hover,
.true_falsebtnstrue:hover,
#turnaroundbtn:hover,
.centeredBtn:hover {
  transition: 400ms;
  border-style: solid;
}
#add-div input,
#learninputinput,
.centeredInput {
  width: 484px;
  border-radius: 20px;
  margin-bottom: 10px;
  height: 30px;
  padding-left: 10px;
}
#skipbtn {
  margin-top: 10px;
  display: flex;
}
#learnh2,
#EnglishWord,
#word,
.centeredInput,
#pointsText,
.centeredText {
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
}
#anwsertext {
  display: flex;
  justify-content: center;
  font-weight: bolder;
}
#learninputs,
#skipbtn {
  display: block;
  right: 20%;
  left: 20%;
  margin: auto;
}
#DeleteText {
  background-color: #1b3f6658;
  width: 600px;
  border-radius: 20px;
  padding: 15px;
  position: absolute;
  margin: 50px;
}
#learn_inputs {
  display: block;
  width: 500px;
  margin: auto;
  margin-top: 30px;
}
#learninputinput,
#revealbtn,
#skipbtn {
  min-width: 484px;
}
.vocabularylistBtn {
  margin: 100px;
  top: 0;
  position: absolute;
  font-size: large;
}
#skipbtn {
  margin-top: 100px;
  min-width: 100px;
  width: 200px;
  position: absolute;
  top: -10;
  color: #6e747b;
}
#name_div {
  width: 50%;
  margin: auto;
  max-width: 179px;
  margin-top: 30px;
  background-color: #f0f0f0c7;
  border-radius: 20px;
  padding: 10px;
}

#savename_btn {
  width: 223px;
  background-color: #f0f0f0c7;
  font-family: Zerove;
  color: #1b3f66;
  height: 40px;
  border-style: dashed;
  border-radius: 10px;
  font-size: larger;
  margin-top: 0px;
}
li {
  font-size: large;
  display: flex;
  justify-content: center;
  justify-items: center;
}
summary::hover {
  text-decoration: solid;
}
details {
  font-size: large;
  display: flex;
  justify-content: center;
  justify-items: center;
}
#fastlearnbtn {
  font-size: larger;
  max-width: 200px;

  justify-content: center;
  display: flex;
  margin-bottom: 25px;
  margin-top: -10px;
  margin-left: 45%;
  margin-right: 45%;
  background-color: #f0f0f0e7;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 1600px) {
  #fastlearnbtn {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 43%;
    margin-right: 43%;
  }
}
@media screen and (max-width: 1000px) {
  #fastlearnbtn {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 33%;
    margin-right: 33%;
  }
}
@media only screen and (max-width: 480px) {
  body > * {
    display: none;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
#DeleteDiv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #dededead;
  padding: 20px;
  border-radius: 20px;
}

#logindiv {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 20px;
  transform: translate(-50%, -50%);
  background-color: #dededead;
  padding: 250px;
  border-radius: 20px;
}
#nameInput,
#classInput {
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 200px;
  border-radius: 10px;
  background-color: #d1d2d287;
}
tr {
}
tbody {
  font-family: Arial, Helvetica, sans-serif;
}
.true_falsebtnstrue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-110%, -350%);
  height: 40px;
  max-width: 300px;
  min-width: 250px;
}
.true_falsebtnsfalse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10%, -350%);
  height: 40px;
  max-width: 300px;
  min-width: 250px;
}
#turnaroundbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -350%);
  width: 300px;
  background-color: #f0f0f0c7;
  font-family: Zerove;
  color: #1b3f66;
  height: 40px;
  border-style: dashed;
  border-radius: 20px;
  font-size: larger;
  margin-top: 10px;
}
#true_falsebtnmenu,
#writecorrectmenu {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: larger;
  background-color: #f0f0f0c7;
  padding: 10px;
  border-radius: 20px;
  padding: 30px;
}
#true_falsebtnmenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -350%);
}
#writecorrectmenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -350%);
}
@media screen and (max-height: 800px) {
  #true_falsebtnmenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-150%, -150%);
  }
  #writecorrectmenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -150%);
  }
}
#daily_a {
  font-size: 30px;
  justify-content: center;
  display: flex;
}
.centeredInput {
  display: flex;
  margin-bottom: 10px;
}
#idtext {
  position: absolute;
  left: 50%;
  top: 90%;
}
