@charset "UTF-8";
#mainContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 150px;
}

.mainContent {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.desc {
  width: 50%;
}

.menuLinks {
  display: none;
}

.textContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  flex-direction: column;
}

.descText {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  width: 50%;
}

.title {
  font-size: 60px;
  font-weight: 500;
  width: 50%;
}

.button {
  background-color: #00d092;
  border: none;
  font-weight: 900;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}

.about {
  background-image: url(../images/.png), url("../images/circle-21e16e35a930ff1f1c991fe157b057d0.png");
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.aboutContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.aboutContent::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 80%;
  background: url('data:image/svg+xml;utf8,<svg id="visual" viewBox="0 0 2000 600" width="2000" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><rect x="0" y="0" width="2000" height="600" fill="%23002233"></rect><path d="M0 261L47.7 242.5C95.3 224 190.7 187 285.8 159.2C381 131.3 476 112.7 571.2 124.5C666.3 136.3 761.7 178.7 857 201C952.3 223.3 1047.7 225.7 1143 195.8C1238.3 166 1333.7 104 1428.8 108.2C1524 112.3 1619 182.7 1714.2 204.8C1809.3 227 1904.7 201 1952.3 188L2000 175" fill="none" stroke-linecap="round" stroke-linejoin="miter" stroke="%230066FF" stroke-width="40"></path></svg>') no-repeat center;
  background-size: cover;
  z-index: -1; /* Umieść za innymi elementami */
}

.aboutText {
  z-index: 1111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.greenTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #00d092;
  font-size: 18px;
  letter-spacing: 8px;
}

.aboutPanels {
  width: 60%;
  display: grid;
  gap: 30px;
  grid-template-columns: 300px 300px;
  grid-template-rows: 1fr 1fr;
}

.cardAbout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  height: 400px;
  -webkit-box-shadow: 0px 0px 51px -3px rgb(66, 68, 90);
  -moz-box-shadow: 0px 0px 51px -3px rgb(66, 68, 90);
  box-shadow: 0px 0px 51px -3px rgb(66, 68, 90);
  background-color: #1f2838;
}
.cardAbout .titleCard {
  font-size: 32px;
  margin: 10px;
}
.cardAbout .panelsContent {
  margin: 20px;
  font-weight: 500;
  font-size: 18px;
}

.aboutPart2 {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.image {
  width: 10px;
}

.hexagon {
  overflow: hidden;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.form .background {
  width: 430px;
  height: 520px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.form .background .shape {
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
}
.form .shape:first-child {
  background: #00d092;
  left: -180px;
  top: -80px;
}
.form .shape:last-child {
  background: #6741e2;
  right: -180px;
  bottom: -80px;
}
.form form {
  height: 920px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.13);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
}
.form form * {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}
.form form h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
.form label {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}
.form input {
  display: block;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
}
.form ::placeholder {
  color: #e5e5e5;
}
.form button {
  width: 100%;
  background-color: #00d092;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.form .social {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.form .social div {
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background-color: rgba(255, 255, 255, 0.27);
  color: #eaf0fb;
  text-align: center;
}
.form .social div:hover {
  background-color: rgba(255, 255, 255, 0.47);
}
.form .social .fb {
  margin-left: 25px;
}
.form .social i {
  margin-right: 4px;
}
.form .logoLogin {
  width: 70%;
}
.form h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.form .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.form .btn {
  margin-top: 30px;
}

.logInBackground::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 119%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg id="visual" viewBox="0 0 2000 600" width="2000" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><rect x="0" y="0" width="2000" height="600" fill="%23002233"></rect><path d="M0 261L47.7 242.5C95.3 224 190.7 187 285.8 159.2C381 131.3 476 112.7 571.2 124.5C666.3 136.3 761.7 178.7 857 201C952.3 223.3 1047.7 225.7 1143 195.8C1238.3 166 1333.7 104 1428.8 108.2C1524 112.3 1619 182.7 1714.2 204.8C1809.3 227 1904.7 201 1952.3 188L2000 175" fill="none" stroke-linecap="round" stroke-linejoin="miter" stroke="%230066FF" stroke-width="40"></path></svg>') no-repeat center;
  background-size: cover;
  transform-origin: center;
  z-index: -1;
}

.about::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  width: 120%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220%200%202000%201000%22 shape-rendering%3D%22geometricPrecision%22 text-rendering%3D%22geometricPrecision%22%3E%3Crect width%3D%222000%22 height%3D%221000%22 transform%3D%22matrix(1.089057%200%200%201.169749-89.057-84.8745)%22 fill%3D%22%23023%22/%3E%3Cpath d%3D%22M0%2C616l47.7%2C8c47.6%2C8%2C143%2C24%2C238.1-2.7c95.2-26.6%2C190.2-96%2C285.4-95.1C666.3%2C527%2C761.7%2C598%2C857%2C631.5s190.7%2C29.5%2C286%2C7.5s190.7-62%2C285.8-102.2c95.2-40.1%2C190.2-80.5%2C285.4-66.6C1809.3%2C484%2C1904.7%2C552%2C1952.3%2C586l47.7%2C34%22 transform%3D%22matrix(2.659974-.947713%201.216859%203.415394-2469.196608-511.508977)%22 fill%3D%22none%22 stroke%3D%22%2306f%22 stroke-width%3D%2240%22 stroke-linecap%3D%22round%22/%3E%3C/svg%3E") no-repeat bottom;
  background-size: cover;
  transform-origin: center;
  z-index: -1; /* Umieść za innymi elementami */
}

.aboutPart3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 400%;
  height: 200%;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220%200%202000%201000%22 shape-rendering%3D%22geometricPrecision%22 text-rendering%3D%22geometricPrecision%22%3E%3Crect width%3D%222000%22 height%3D%221000%22 transform%3D%22matrix(1.089057%200%200%201.169749-89.057-84.8745)%22 fill%3D%22%23023%22/%3E%3Cpath d%3D%22M0%2C616l47.7%2C8c47.6%2C8%2C143%2C24%2C238.1-2.7c95.2-26.6%2C190.2-96%2C285.4-95.1C666.3%2C527%2C761.7%2C598%2C857%2C631.5s190.7%2C29.5%2C286%2C7.5s190.7-62%2C285.8-102.2c95.2-40.1%2C190.2-80.5%2C285.4-66.6C1809.3%2C484%2C1904.7%2C552%2C1952.3%2C586l47.7%2C34%22 transform%3D%22matrix(-.014651-.839865%207.688595-.134124-4618.481296%201463.037988)%22 fill%3D%22none%22 stroke%3D%22%2306f%22 stroke-width%3D%2240%22 stroke-linecap%3D%22round%22/%3E%3Cpath d%3D%22M0%2C616l47.7%2C8c47.6%2C8%2C143%2C24%2C238.1-2.7c95.2-26.6%2C190.2-96%2C285.4-95.1C666.3%2C527%2C761.7%2C598%2C857%2C631.5s190.7%2C29.5%2C286%2C7.5s190.7-62%2C285.8-102.2c95.2-40.1%2C190.2-80.5%2C285.4-66.6C1809.3%2C484%2C1904.7%2C552%2C1952.3%2C586l47.7%2C34%22 transform%3D%22matrix(-.014651-.839865%207.688595-.134124-2083.562953%202000.083275)%22 fill%3D%22none%22 stroke%3D%22%2306f%22 stroke-width%3D%2240%22 stroke-linecap%3D%22round%22/%3E%3C/svg%3E") no-repeat center/cover;
  background-size: cover;
  transform-origin: center;
  z-index: -1;
}

.form1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.form1 .homePage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form1 .logoLogin {
  width: 50%;
}
.form1 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.form1 .background {
  width: 430px;
  height: 520px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.form1 .background .shape {
  height: 200px;
  width: 200px;
  position: absolute;
  border-radius: 50%;
}
.form1 .shape:first-child {
  background: #00d092;
  left: -180px;
  top: -80px;
}
.form1 .shape:last-child {
  background: #6741e2;
  right: -180px;
  bottom: -80px;
}
.form1 form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 820px;
  width: 1300px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
}
.form1 .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form1 .userImage {
  border-radius: 50%;
  padding: 20px;
  width: 150px;
  height: 150px;
}
.form1 .logout {
  display: flex;
  justify-content: end;
  width: 100%;
}
.form1 .logoutButton {
  background-color: #00d092;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.linkList {
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.imageLink {
  width: 50%;
  position: relative;
  top: -20px;
  left: -20px;
}

.quizzesLink {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: #00d092;
  width: 400px;
  height: 132px;
}

.titleLink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
}

.boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.topicName {
  font-size: 32px;
}

.topicCharts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whole {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.quizz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
}

.question {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  height: 500px;
  width: 1300px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
}

.counterTimer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.questionQuest {
  font-size: 24px;
  color: #00d092;
  font-weight: 800;
}

.questionTopic {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 30px;
}

.answers {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.answerButton {
  font-weight: 800;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: white;
  font-size: 24px;
  height: 120px;
  width: 670px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
  transition: transform 0.3s ease;
}

.answerButton:hover {
  transform: scale(1.05);
}

.nextButton {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  height: 100%;
}

.button1 {
  background-color: #00d092;
  border: none;
  font-weight: 900;
  color: white;
  padding: 8px 16px;
  cursor: pointer;
  margin: 10px;
}

body {
  background-image: none;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
  display: none;
}

.rankPerson {
  display: flex;
  width: 1000px;
  justify-content: space-between;
  margin: 20px;
  transition: transform 0.3s ease, font-size 0.3s ease;
  align-items: center;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
}

.rankTable {
  overflow: auto;
  height: 600px;
  position: relative;
  /* width: 1550px; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  white-space: nowrap;
  flex-direction: column;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  -webkit-overflow-scrolling: touch;
}

.id {
  width: 30px;
  padding-left: 40px;
  font-size: 32px;
  color: #42b983;
  font-weight: 700;
}

.name {
  width: 200px;
  font-size: 32px;
  color: #42b983;
  font-weight: 700;
}

.score {
  width: 100px;
  font-size: 32px;
}

.shape {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
}

.shapeBlue-1 {
  height: 200px; /* Circle height */
  width: 200px; /* Circle width */
  border-radius: 50%; /* Makes it a circle */
  background: #6741e2; /* Purple color */
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-container {
  height: 220px; /* Circle height */
  width: 220px; /* Circle width */
  border-radius: 50%; /* Makes it a circle */
  background: #6741e2; /* Purple color */
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  position: absolute;
}

.rotating-text {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
}

.textColorCircle {
  color: white !important;
}

.circle-container:hover .rotating-text {
  animation: rotateText 5s linear infinite;
}

/* Animation keyframes */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shapeGreen-0 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  left: 100px;
  top: -230px;
}

.shapeGreen-1 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  left: 100px;
  top: 100px;
}

.shapeGreen-2 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  left: 100px;
  top: 430px;
}

.shapeGreen-3 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  left: 100px;
  top: 760px;
}

.shapeBlue-0 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  right: 100px;
  top: -350px;
}

.shapeBlue-1 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  right: 100px;
  top: -20px;
}

.shapeBlue-2 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  right: 100px;
  top: 310px;
}

.shapeBlue-3 {
  height: 200px;
  width: 200px;
  position: fixed;
  border-radius: 50%;
  background: #6741e2;
  right: 100px;
  top: 640px;
}

.contentRank {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wholeRank {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.nextTopic {
  height: auto;
}
.nextTopic div {
  writing-mode: horizontal-tb;
  height: auto;
  font-size: 32px;
}

.nextTopicTitle {
  writing-mode: sideways-lr !important;
}

.wholeRank .prevTopic {
  height: auto;
}

.wholeRank .prevTopic div {
  writing-mode: horizontal-tb;
  height: auto;
  font-size: 32px;
}

@media (0px <= width <= 1200px) {
  .title {
    text-align: center;
    width: 95%;
    font-size: 48px;
  }
  .desc {
    width: 100%;
  }
  .descText {
    text-align: center;
    width: 90%;
  }
  .about::before {
    display: none;
  }
  .aboutContent::before {
    display: none;
  }
  .aboutPart3::before {
    display: none;
  }
  .menuLinks {
    display: none !important;
  }
  .home {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 50% !important;
  }
  .home img {
    width: 100% !important;
  }
  .mainContent {
    flex-direction: column;
  }
  .aboutContent {
    flex-direction: column;
  }
  .aboutPanels {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .aboutPart2 {
    flex-direction: column;
  }
  .mainContentImages {
    width: 70%;
  }
  .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
  }
  .about {
    background-position: top 50px left 10px;
  }
  .panelsContent {
    text-align: center;
  }
  .form1 {
    width: 100%;
  }
  .form1 form {
    width: 100%;
    height: 100%;
  }
  .form form {
    width: 70%;
  }
  .boxes {
    margin-top: 50px;
    flex-direction: column;
  }
  .logInBackground {
    display: none;
  }
  .quizz {
    width: 100%;
  }
  .question {
    width: 80%;
    height: 100%;
    flex-direction: column;
  }
  .answers {
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr;
    width: 80%;
    gap: 30px;
  }
  .questionQuest {
    font-size: 32px;
  }
  .answerButton {
    font-size: 24px;
    width: 100%;
    height: 100%;
  }
  h1 {
    font-size: 24px;
  }
  .contentRank img {
    width: 70%;
  }
  .contentRank a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rankPerson {
    width: 100%;
  }
  .background {
    display: none;
  }
  .aboutPart2 {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 800 800"><defs><linearGradient x1="50%25" y1="0%25" x2="50%25" y2="100%25" id="nnneon-grad"><stop stop-color="%2300d092" stop-opacity="1" offset="0%25"></stop><stop stop-color="%236741e2" stop-opacity="1" offset="100%25"></stop></linearGradient><filter id="nnneon-filter" x="-100%25" y="-100%25" width="400%25" height="400%25" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="17 8" x="0%25" y="0%25" width="100%25" height="100%25" in="SourceGraphic" edgeMode="none" result="blur"></feGaussianBlur></filter><filter id="nnneon-filter2" x="-100%25" y="-100%25" width="400%25" height="400%25" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="10 17" x="0%25" y="0%25" width="100%25" height="100%25" in="SourceGraphic" edgeMode="none" result="blur"></feGaussianBlur></filter></defs><g stroke-width="16" stroke="url(%23nnneon-grad)" fill="none"><path d="M388.4530107167675 233.46125231926777C395.59828768523175 229.33666774729716 404.40171231476825 229.33666774729716 411.5469892832325 233.46240701819613L538.4530203016707 306.7315181170911C545.5982972701349 310.8561026890618 550.0000095849032 318.48057971278024 550.0000095849032 326.7309035556499V473.2691257534399C550.0000095849032 481.5194495963096 545.5982972701349 489.14392662002797 538.4530203016707 493.26966589092694L411.5469892832325 566.538776989822C404.40171231476825 570.6633615617925 395.59828768523175 570.6633615617925 388.4530107167675 566.5376222908938L261.54697969832927 493.26851119199864C254.401702729865 489.14392662002797 249.99999041509682 481.5194495963096 249.99999041509682 473.2691257534399V326.7309035556499C249.99999041509682 318.48057971278024 254.401702729865 310.8561026890618 261.54697969832927 306.7303634181629L388.4530107167675 233.46125231926777Z " filter="url(%23nnneon-filter)"></path><path d="M400.4530107167675 233.46125231926777C407.59828768523175 229.33666774729716 416.40171231476825 229.33666774729716 423.5469892832325 233.46240701819613L550.4530203016707 306.7315181170911C557.5982972701349 310.8561026890618 562.0000095849032 318.48057971278024 562.0000095849032 326.7309035556499V473.2691257534399C562.0000095849032 481.5194495963096 557.5982972701349 489.14392662002797 550.4530203016707 493.26966589092694L423.5469892832325 566.538776989822C416.40171231476825 570.6633615617925 407.59828768523175 570.6633615617925 400.4530107167675 566.5376222908938L273.54697969832927 493.26851119199864C266.401702729865 489.14392662002797 261.9999904150968 481.5194495963096 261.9999904150968 473.2691257534399V326.7309035556499C261.9999904150968 318.48057971278024 266.401702729865 310.8561026890618 273.54697969832927 306.7303634181629L400.4530107167675 233.46125231926777Z " filter="url(%23nnneon-filter2)" opacity="0.25"></path></g></svg>') no-repeat center;
  }
  .wholeRank {
    display: block;
  }
  .wholeRank .nextTopic {
    height: auto;
  }
  .wholeRank .nextTopic div {
    writing-mode: horizontal-tb;
    height: auto;
    font-size: 32px;
  }
  .nextTopicTitle {
    writing-mode: sideways-lr !important;
  }
  .wholeRank .prevTopic {
    height: auto;
  }
  .wholeRank .prevTopic div {
    writing-mode: horizontal-tb;
    height: auto;
    font-size: 32px;
  }
}
body {
  overflow-x: hidden;
  box-sizing: border-box;
  color: white;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #002233;
  font-family: "Poppins", sans-serif;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid white;
}

.menuList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: inherit;
  gap: 70px;
}
.menuList img {
  width: 90%;
}

.menuLinks {
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 70%;
}

.card {
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  width: 350px;
  height: 170px;
}

.card:hover {
  transform: rotateY(180deg);
  color: aliceblue;
}

.front {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  backface-visibility: hidden;
  color: #fff;
  width: 100%;
  height: 100%;
}

.back {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: absolute;
  backface-visibility: hidden;
  background-color: white;
  color: black;
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/_mainContent.scss%22,%22../../assets/styles/_loginForm.scss%22,%22../../assets/styles/_userInterface.scss%22,%22../../assets/styles/_quizz.scss%22,%22../../assets/styles/_scoreRank.scss%22,%22../../assets/styles/_mediaQueries.scss%22,%22../../assets/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAaA;EAGI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EAhBA;EACA;EACA;EACA;EAeA;EACA;EAGA;;;AAEJ;EACI;;;AAGJ;EACI;;;AAEJ;EA/BI;EACA;EACA;EACA;EA8BA;EACA;;;AAKJ;EACI;EACA,WA5Cc;EA6Cd;EACA;;;AAEJ;EACI;EACA;EACA;;;AAGJ;EACI,kBAzDY;EA0DZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EA1EI;EACA;EACA;EACA;EA2EA;;;AAKJ;EACQ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EAzGI;EACA;EACA;EACA;EAwGA,OAhHY;EAiHZ,WA/Gc;EAgHd;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBAvIY;;AAwIZ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;;;AAKJ;EACI;;;AAIJ;EACI;;;AClKJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAEJ;EACI;;AAEJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACA;EACA;EACA;;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACA;;AAEA;EACA;;AAEA;EACA;;AAEA;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAGJ;EACI;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;;AC7KJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AClJJ;EACI;EACA;EACA;EAEA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AC5FJ;EACI;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;EACA;EAEA;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACE;EACA;EACA;AAEA;EACA;AACA;EACA;EACA;EACA;EACA;AACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;EACA;EACA;EACA;;;AACF;EACE;;;AAEF;EACE;;;AAGA;AACF;EACE;IACE;;EAEF;IACE;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAPF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACK;;AACA;EACI;EACA;EACA;;;AAIT;EACC;;;AAGA;EACI;;;AAKA;EACI;EACA;EACA;;;ACjLT;EACI;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EACA;IACI;;EAIR;IACI;;EAEJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;;EAGJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;;EAMJ;IACI;;EAEJ;IACI;IACA;;EAGA;IACI;;EAGR;IACI;IACA;;EAEJ;IACI;;EAMJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;;EAIA;IACI;;EAEJ;IACI;IACA;IACA;;EAGR;IACI;;EAEJ;IACI;;EAGJ;IACQ;;EAIR;IACG;;EACA;IACK;;EACA;IACI;IACA;IACA;;EAIZ;IACI;;EAGA;IACI;;EAKA;IACI;IACA;IACA;;;ACxJhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aNxBc;;;AM2BlB;EAjBI;EACA;EACA;EACA;EAgBA;EACA;;;AAGJ;EAvBI;EACA;EACA;EACA;EAsBA;EAIA;EACA;;AAJA;EACI;;;AAMR;EACI;EAlCA;EACA;EACA;EACA;EAiCA;;;AAKJ;EAEI;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAGF;EArDE;EACA;EACA;EACA;EAoDA;EACA;EACA;EACA;EACA;;;AAEF;EA7DE;EACA;EACA;EACA;EA4DA;EACA;EACA;EACA;EACA;EACA;EACA%22,%22file%22:%22app.output.css%22%7D */
