* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  background: hsla(245, 75%, 80%, 0.25);
  color:#070707;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn_t1 {
  top: 85%;
  left: 42%;
  transform: translate(-85%, -42%);
}
.btn_t2 {
  top: 77%;
  left: 10%;
  transform: translate(-70%, -42%);
}
#one_table:hover {
  cursor: pointer;
  fill: blue;
}
#svgContainer {
  display: block;
  position: relative;
  justify-content: center;
  width: 70%;
  border: 1px solid blueviolet;
  border-radius: 15px;
  margin: 2rem auto;
  overflow: scroll;

}
#svgContainer svg {
  height: 750px;
  position: relative;
  z-index: 0;
}
/* #svgImage{
  max-height: 700px;
} */
.returnbtn {
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 10px;
  top: 0px;
  left: 0px;
  position: absolute;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  background-color: rgba(255, 7, 7, 0.723);
  z-index: 1;
}
.returnbtn:hover {
  transform: scale(1.1);
}
.complete {
  display: none;
  animation: 5s float infinite ease-in;
  transition: 1s;
}
.backbtn {
  cursor: pointer;
}
.addition {
  font-size: 1.25rem;
  text-shadow: 1px 1px 0px blue;
  font-weight: bold;
}
.button-container {
  margin: 1rem;
}
.button {
  padding: 15px 30px;
  cursor: pointer;
  height: 50px;
  background-color: olive;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0.75rem;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.button:hover {
  background-color: rgb(70, 70, 0);
  color: white;
  transform: scale(1.1);
}
.image-container {
  display: flex;
  opacity: 0.45;
  position: absolute;
  justify-content: center;
  width: 100%;
}
.image-container img {
  width: 100%;
}
.levelOne {
  position: absolute;
  grid-column: 1;
  background-color: rgba(245, 248, 255);
  width: 550px;
  display: none;
  gap: 7px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: inset 1px 1px 5px blueviolet;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.congratulations-message {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  background-color: rgb(112, 255, 72);
  border-radius: 10px;
  border: 1px solid blue;
  text-shadow: 0px 0px 5px white;
  font-weight: bold;
  font-family: cursive;
  width: 80%;
  padding: 1rem;
  box-shadow: 1px 1px 5px blue;
  text-align: center;
}

.levels {
  z-index: 2;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(250, 150, 255, 0.7);
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: space-evenly;
  max-width: 90%;
}
.disabled {
  cursor: not-allowed;
  background-color: grey;
  color: white;
}
.result {
  text-align: center;
  margin: 0 0.5rem;
  font-weight: bold;
  background-color: rgba(110, 110, 255);
  font-size: 1.25rem;
  width: 70px;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  color: white;
  text-shadow: 1px 1px 0px grey;
  height: 28px;
}

.repeated-addition {
  border: 1px solid grey;
  background-color: rgba(245, 248, 255, 0.757);
  border-radius: 7px;
  display: flex;
  z-index: 1;
}
.repeated-addition:hover {
  background-color: rgb(0, 255, 250);
  cursor: pointer;
  transform: scale(1.05);
}
@keyframes float {
  0% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(8px, 10px);
  }
  100% {
    transform: translate(10px, 10px);
  }
}
.complete-chart {
  position: absolute;
  transform: translateY(50%) translateX(0%);
  margin: 0 auto;
  width: 100%;
  max-height: 250px;
  z-index: 1;
}
.backbtn {
  height: 70px;
  transform: translateY(50%) translateX(0%);
}

/* Level Two Functions And Classes */
.levelTwo {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  background-color: rgba(50, 115, 100, 0.7);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 1rem;
  width: 100px;
  border-radius: 10px;
}
.table {
  background-color: rgb(0, 38, 255);
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px;
  font-size: 1.15rem;
  cursor: grab;
  width: 50px;
}
.table:hover {
  transform: scale(1.1);
}
.dragDropFirstlevel {
  background-color: rgb(255, 249, 242);
  background-image: url(/imgs/pyramid_background.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  display: none;
  width: 50%;
  height: fit-content;
  justify-content: space-evenly;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0px 0px 7px blue;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.congratulations-message2 {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  background-color: rgb(112, 255, 72);
  border-radius: 10px;
  border: 1px solid blue;
  text-shadow: 0px 0px 5px white;
  font-weight: bold;
  font-family: cursive;
  width: 80%;
  padding: 1rem;
  box-shadow: 1px 1px 5px blue;
  text-align: center;
}

.close-message {
  position: relative;
  margin: 0;
  right: 0;
  bottom: 0;
  height: 15px;
  background-color: rgb(255, 7, 7);
  width: fit-content;
  margin: 0.25rem;
  padding: 1rem 1rem;
}
.close-message:hover {
  background-color: rgb(255, 7, 7);
}
.pyramid-container {
  position: relative;
  grid-column: 1;
  width: 528px;
  display: flex;
  /* display: none; */
  gap: 7px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto;
  border-radius: 10px;
  padding: 1.75rem 1rem;
  background-color: rgb(242, 248, 252, 0.7);
}
.text-span {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}
.dropArea {
  text-align: center;
  margin: 0 0.5rem;
  font-weight: bold;
  background-color: rgb(0, 123, 255);
  font-size: 1.25rem;
  width: 70px;
  border-radius: 14px;
  cursor: pointer;
  border: none;
  height: 28px;
}
.score {
  font-size: 1.25rem;
  font-weight: bold;
}
.over {
  background-color: rgb(0, 250, 255);
  color: rgb(7, 7, 7);
  transform: scale(1.05);
}
.over2 {
  background-color: rgb(52, 131, 28);
}
.score-points {
  color: green;
  font-weight: bolder;
}
.you-should-try-again {
  display: none;
  border: 1px solid grey;
  padding: 1rem;
  border-radius: 10px;
  background-color: rgb(112, 255, 121);
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  z-index: 2;
}
.you-should-try-again span {
  font-family: cursive;
}

/* Level Two Functions And Classes */
.multiplicationResult {
  height: 2rem;
  width: 70px;
  background-color: rgb(130, 130, 255);
  border-radius: 10px;
  border: none;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0.5rem;
}
.multiplication-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* grid-column: 1; */
  width: 500px;
  display: none;
  gap: 7px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0rem auto;
  border-radius: 10px;
  padding: 1.75rem 1rem;
  background-color: rgb(242, 248, 252, 0.7);
}

.draggable-elements {
  display: flex;
  grid-column: 2;
  flex-direction: column;
  background-color: rgba(50, 115, 100, 0.7);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 1rem;
  width: 100px;
  border-radius: 10px;
}
.dropZone {
  text-align: center;
  margin: 0 0.5rem;
  font-weight: bold;
  background-color: rgb(0, 123, 255);
  font-size: 1.25rem;
  width: 70px;
  border-radius: 14px;
  cursor: pointer;
  border: none;
  height: 28px;
}
.multiplication-container-drag-chart {
  position: relative;
  grid-column: 1;
  max-width: 500px;
  display: flex;
  gap: 7px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto;
  border-radius: 10px;
  padding: 1.75rem 1rem;
  background-color: rgb(242, 248, 252, 0.7);
}
.dragDropSecondLevel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  margin: 0rem auto;
  width: 50%;
  padding: 0.5rem;
  background-color: rgb(255, 249, 242);
  box-shadow: 1px 1px 5px blue;
  border-radius: 10px;
}
.congratulations-message4 {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  background-color: rgb(112, 255, 72);
  border-radius: 10px;
  border: 1px solid blue;
  text-shadow: 0px 0px 5px white;
  font-weight: bold;
  font-family: cursive;
  width: 80%;
  padding: 1rem;
  box-shadow: 1px 1px 5px blue;
  text-align: center;
}
.seconddigit {
  font-family: fantasy, cursive;
  text-shadow: 1px 1px 0px rgb(250, 7, 0);
}

.display-none {
  display: none;
}

.level-completed {
  display: none;
  flex-wrap: wrap;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.multiplication-sign {
  width: 150px;
}
.level-completed div {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: green;
  font-family: "Times New Roman", Times, serif;
  max-width: 500px;
  padding: 1rem;
  margin: 1rem;
  border: 1px solid green;
  border-radius: 10px;
  background-color: white;
  flex-direction: column;
}
.number-table {
  text-decoration: underline;
  font-family: cursive;
  font-weight: bolder;
}
.finish-training {
  display: none;
}
.multiplication-dialog {
  top: 50%;
  left: 50%;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  transform: translate(-50%, -50%);
  line-height: 1.25;
  transition: 0.7s;
}
.multiplication-smbol {
  display: flex;
  width: 250px;
}

/* colors */
:root {
  --Speech-Bubble-Border: #222;
  --Speech-Bubble-Background: #fcfcfc;
  --Speech-Bubble-Text: #000;
  --backgroundColor: #fbf2f2;
}

#speech-bubble {
  visibility: hidden;
  width: fit-content;
  max-width: 450px;
}
#bub-part-a {
  margin-left: 6px;
  width: calc(100% - 12px);
  height: 2px;
  background: var(--Speech-Bubble-Border);
}
#bub-part-b {
  margin-left: 4px;
  width: calc(100% - 12px);
  height: 2px;
  background: var(--Speech-Bubble-Background);
  border-left: 2px solid var(--Speech-Bubble-Border);
  border-right: 2px solid var(--Speech-Bubble-Border);
}
#bub-part-c {
  margin-left: 2px;
  width: calc(100% - 8px);
  height: 2px;
  background: var(--Speech-Bubble-Background);
  border-left: 2px solid var(--Speech-Bubble-Border);
  border-right: 2px solid var(--Speech-Bubble-Border);
}
#speech-txt {
  box-sizing: content-box;
  display: flex;
  width: calc(100% - 24px);
  padding: 10px;
  font-family: silkscreen;
  align-items: center;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--Speech-Bubble-Text);
  text-align: center;
  background: var(--Speech-Bubble-Background);
  background-color: var(--backgroundColor);
  border-left: 2px solid var(--Speech-Bubble-Border);
  border-right: 2px solid var(--Speech-Bubble-Border);
  overflow: hidden;
}
#speech-arrow {
  margin-top: -2px;
  margin-left: 277px;
}
#arrow-w {
  width: 8px;
  height: 8px;
  background: var(--Speech-Bubble-Background);
  border-left: 2px solid var(--Speech-Bubble-Border);
  border-right: 2px solid var(--Speech-Bubble-Border);
}
#arrow-x {
  width: 6px;
  height: 2px;
  background: var(--Speech-Bubble-Background);
  border-left: 2px solid var(--Speech-Bubble-Border);
  border-right: 2px solid var(--Speech-Bubble-Border);
}
#arrow-y {
  margin-left: -2px;
  width: 6px;
  height: 2px;
  background: var(--Speech-Bubble-Background);
  border-left: 2px solid var(--Speech-Bubble-Border);
  border-right: 2px solid var(--Speech-Bubble-Border);
}
#arrow-z {
  margin-left: -2px;
  width: 8px;
  height: 2px;
  background: var(--Speech-Bubble-Border);
}
.game-start {
  display: flex;
  font-weight: bold;
  text-align: center;
  font-size: 2.5rem;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-color: rgb(128, 128, 250);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  text-shadow: 0px 0px 7px white;
}
.startGame {
  margin: 1rem;
  border: none;
  cursor: pointer;
  background-color: green;
  font-weight: bold;
  padding: 1rem 4rem;
  border-radius: 10px;
  font-size: 2rem;
}
.startGame:hover {
  transform: scale(1.1);
}
.ok {
  display: none;
  background-color: rgb(255, 7, 7);
}

.levelsall {
  top: 0;
  z-index: 2;
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(250, 150, 255, 0.7);
  display: none;
  flex-direction: column;
  position: absolute;
  justify-content: space-evenly;
  max-width: 90%;
}

.levelAll {
  position: absolute;
  grid-column: 1;
  background-color: rgba(245, 248, 255);
  width: 590px;
  display: none;
  gap: 7px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: inset 1px 1px 5px blueviolet;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.repeated-addition-for-level-all {
  border: 1px solid grey;
  background-color: rgba(245, 248, 255, 0.757);
  border-radius: 7px;
  display: flex;
  z-index: 1;
}
.repeated-addition-for-level-all:hover {
  background-color: rgb(0, 255, 250);
  cursor: pointer;
  transform: scale(1.05);
}

.resultforlevelall {
  text-align: center;
  margin: 0 0.5rem;
  font-weight: bold;
  background-color: rgba(110, 110, 255);
  font-size: 1.25rem;
  width: 70px;
  border-radius: 7px;
  cursor: pointer;
  border: none;
  color: white;
  text-shadow: 1px 1px 0px grey;
  height: 28px;
}
.congratulations-message-for-level-all-1 {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  background-color: rgb(112, 255, 72);
  border-radius: 10px;
  border: 1px solid blue;
  text-shadow: 0px 0px 5px white;
  font-weight: bold;
  font-family: cursive;
  width: 80%;
  padding: 1rem;
  box-shadow: 1px 1px 5px blue;
  text-align: center;
}

.multiplication-container-for-level-all {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  display: none;
  gap: 7px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0rem auto;
  border-radius: 10px;
  padding: 1.75rem 1rem;
  background-color: rgb(242, 248, 252, 0.7);
}

.multiplicationResultforlevelaall {
  height: 2rem;
  width: 70px;
  background-color: rgb(130, 130, 255);
  border-radius: 10px;
  border: none;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0.5rem;
}

.menutables {
  background-color: white;
  height: 70%;
  position: absolute;
  width: 90%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 50%;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 10px;
  padding: 1rem;
}
.menu-btn-for-game {
  position: absolute;
  cursor: pointer;
  left: 0px;
  top: 50px;
  font-size: 1rem;
  background-color: green;
  border: none;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  margin: 1rem;
  font-weight: bold;
  color: white;
  z-index: 2;
}
.menu-btn-for-game:hover {
  transform: scale(1.1);
}
.buttons {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
}
.close-menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgb(255, 7, 7);
}
.choose-level {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: green;
  text-shadow: 0px 0px 7px grey;
}
.congratulations-message-for-level-all-2 {
  position: absolute;
  z-index: 2;
  font-size: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  background-color: rgb(112, 255, 72);
  border-radius: 10px;
  border: 1px solid blue;
  text-shadow: 0px 0px 5px white;
  font-weight: bold;
  font-family: cursive;
  width: 80%;
  padding: 1rem;
  box-shadow: 1px 1px 5px blue;
  text-align: center;
}
.cannot-play {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  text-align: center;
  background-color: white;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
}


.paragraph_text {
  padding: 1px 0;
  max-width: 1024px;
  margin-top: 20px;

  margin: 1rem auto;
  font-size: 1.25rem;

  text-align: left;
  line-height: 1.15;
  display: flex;
  align-items: center;
}
.head_text {
  margin: 1rem;
}
.paragraph_text p {
  text-wrap: balance;
}
.head_subtitle {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 1.1rem;
  color: green;
  line-height: 1.25;
}
.head_subtitle2 {
  text-align: left;
  margin-bottom: 1.1rem;
}

.image-section {
  width: fit-content;
  background-color: #98a8f8;
  box-shadow: 7px 5px 2px rgba(0, 255, 38, 0.711);
  margin: 1rem 0;
  border-radius: 10px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  padding: .75rem;
}
.image-section img{
  width: 299px;
}
.head_section_li_n {
  line-height: 1.1;
}
.head_section_li_span {
  color: green;
  font-weight: 700;
}

  /* Section 2 */
  .section_2{
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    /* margin-top: 1rem;
    padding-top: 1rem; */
    padding-bottom: 1rem;
  
    text-align: center;
    display: flex;
    justify-content: center;
  }  
  .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 1rem;
  }
  .column-title h2{
    margin: 1rem 0rem;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .row #column1, 
  .row #column2,
  .row #column3{
    width: 325px;
    height: auto;
    padding: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 7px rgb(100, 7, 255);
    gap: 7px;
  }
  .purple{
    background-color: rgba(250, 100, 250, 0.7);
  }
  .yellow{
  
    background-color: rgba(250, 250, 100, 0.7);
  }
  .red{
  
    background-color: rgba(250, 100, 100, 0.7);
  }
  .train_button {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 1px;
    background-color: #4CAF50; 
    color: white; 
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 16px 32px;
    margin: 4px  2px 1rem 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    margin-top: auto;
    align-self: center;
    box-shadow: 0px 0px 10px grey;
  }
  .train_button:hover {
    background-color: rgb(255, 255, 255);
    color: #4CAF50;
    transform: scale(1.1);
  }
  .img_boards{
    padding: .25rem;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }
  .column_paragraph_for_columns{
    text-align: left;
    padding: 1rem 1rem;
  }
  .more{
    border-top: 1px solid grey;
    margin: .5rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding:1rem;
    color: rgb(255, 7, 7);
    text-shadow: 0px 0px 7px grey;
  }
  /* Section 2 */

@media screen and (max-width: 1800px) {
  .levelOne {
    gap: 2px;
  }
  #svgContainer {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  #speech-txt {
    font-size: 1.15rem;
  }
  .result {
    height: 22px;
  }
  .addition {
    font-size: 1rem;
  }
  .levelOne {
    padding: 0.5rem;
  }
  .button {
    height: 42px;
  }
  .multiplication-smbol {
    width: 150px;
  }
  .pyramid-container {
    width: max-content;
    gap: 2px;
    padding: 0;
    margin: 0.1rem auto;
  }
  .score {
    font-size: 1rem;
  }
  .text-span {
    font-size: 1rem;
  }
  .table {
    padding: 0.25rem;
    font-size: 1rem;
  }
  .dropArea {
    height: 24px;
  }
  .multiplication-container {
    gap: 2px;
    padding: 0.75rem 0.5rem;
  }
  .multiplicationResult {
    height: 24px;
    font-size: 1rem;
  }
  .multiplication-container-drag-chart {
    justify-content: center;
    gap: 2px;
    margin: 0.25rem;
    padding: 0.75rem 0.5rem;
  }
  .dragDropSecondLevel {
    padding: 0.25rem;
    justify-content: center;
  }
  .dropZone {
    height: 24px;
  }
  .multiplication-container-for-level-all {
    padding: 0.75rem 0.25rem;
    gap: 2px;
  }

  .multiplicationResultforlevelaall {
    font-size: 1rem;
    height: 16px;
  }
  .levelAll {
    padding: 0.5rem;
    gap: 2px;
  }

  .resultforlevelall {
    font-size: 1rem;
    height: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #svgContainer svg {
    height: 550px;
  }
  .dragDropSecondLevel {
    width: 70%;
  }
  .multiplicationResult {
    height: 16px;
  }
  .returnbtn {
    top: 7px;
  }
  .returnbtn,
  .menu-btn-for-game {
    margin: 0.25rem;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
  .dragDropFirstlevel {
    width: max-content;
  }
  .dropArea {
    height: 16px;
  }
  .table {
    font-size: 0.75rem;
    padding: 0.1 5rem;
  }
  .addition {
    font-size: 0.75rem;
  }
  .button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin: 0.15rem;
  }
  .result {
    font-size: 1rem;
    height: 16px;
  }
}

@media screen and (max-width: 875px) {
  .game-start {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 650px){
  #svgContainer {
    overflow: hidden;
  }
}