* {
  font-weight: bold;
}
.item {
  height: 100%;
}
.title {
  font-family: "cairo";
}
.questions,
.question,
section {
  height: 100%;
}

section {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table {
  font-family: myFont;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 3rem;
}
.table table {
  width: 80%;
}
th {
  text-align: center;
}
.table input {
  width: 60px;
  height: 50px;
  text-align: center;
  border-color: #c1a601;
  outline: none;
  padding-top: 10px;
  box-shadow: 4px 4px 0px gray;
}
.table td,
.table th {
  border: 3px solid #c1a601;
  position: relative;
}

.score {
  color: red;
}
input.big_one {
  width: 80px;
}
.modal-body {
  padding: 3.5rem;
  text-align: center;
  background: var(--header-footer-bgcolor);
  /* border-radius: 0 0 25px 25px; */
}
.modal.show .modal-dialog {
  font-size: 2rem;
}

.modal-header {
  padding: 1rem 1rem;
  border-bottom: 4px solid #736f6f;
  align-items: center;
  background: #c1a601;
}


.modal-header button {
  background-color:var(--header-footer-bgcolor);
  border-radius: 10px;
  width: 50px !important;
  height: 50px !important;
  color: #333;
  border: 2px solid;
}
