

body {
  background-color: rgb(242, 242, 242);
  padding: 0;
  margin: 0;
}

div.logoText {
  font-size: 50px;
}

@media screen and (max-width: 575px) {
  img.logoTop {
    width: 300px;
  }

  div.logoText {
    font-size: 30px;
    z-index: 1;
  }

  .header-me {
    font-size: 14px;
  }

  .header-me-login svg {
    width: 20px;
    height: 20px;
  }

  #s1-row-div1 {
    width: 85%;
  }

  #s1-row-div2 {
    width: 85%;
  }
  #s1-p1 {
    width: 100%;
    font-size: 10px;
  }

  #s1-p2 {
    width: 100%;
    font-size: 10px;
  }
  #s1-p3 {
    width: 100%;
    font-size: 10px;
  }
  #s1-p4 {
    width: 100%;
    font-size: 10px;
  }
  #s1-p5 {
    width: 100%;
    font-size: 10px;
  }
  #s1-p6 {
    width: 100%;
    font-size: 10px;
  }
  #s1-p7 {
    width: 100%;
    font-size: 10px;
  }
  #s1-p8 {
    width: 100%;
    font-size: 10px;
  }

  #s1-img-p {
    font-size: 14px;
    font-weight: 500;
  }

  #s1-icon1 {
    height: 250px;
  }
  #s1-icon2 {
    height: 250px;
  }
  #s1-icon3 {
    height: 250px;
  }
  #s1-icon4 {
    height: 250px;
  }
  #s1-icon5 {
    height: 250px;
  }
  #s1-icon6 {
    height: 250px;
  }
  #s1-icon7 {
    height: 250px;
  }
  #s1-icon8 {
    height: 250px;
  }

  #s1-img1 {
    width: 55px;
  }
  #s1-img2 {
    width: 55px;
  }
  #s1-img3 {
    width: 55px;
  }
  #s1-img4 {
    width: 55px;
  }

  #s1-img5 {
    width: 55px;
  }
  #s1-img6 {
    width: 55px;
  }
  #s1-img7 {
    width: 55px;
  }
  #s1-img8 {
    width: 55px;
  }

  #s1-div-text {
    display: none;
    width: 170px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text2 {
    display: none;
    width: 170px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text3 {
    display: none;
    width: 170px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text4 {
    display: none;
    width: 170px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text5 {
    display: none;
    width: 170px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text6 {
    display: none;
    width: 370px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text7 {
    display: none;
    width: 370px;
    height: 85%;
    padding-inline: 3%;
  }

  #s1-div-text8 {
    display: none;
    width: 170px;
    height: 85%;
    padding-inline: 3%;
  }

  #s0-div-row {
    height: 120px;
  }

  #text-logo {
    font-size: 1rem;
    margin-top: 52%;
  }

  #logo {
    width: 28px;
    height: 28px;
    margin-top: 55%;
  }

  #text-2 {
    font-size: 10px;
  }

  #more {
    font-size: 6px;
    width: 50%;
    height: 13%;
    margin-bottom: 20%;
  }
}

@media screen and (min-width: 1300px) {
  .container-me {
    width: 100%;
  }

  .header-me {
    font-size: 17px;
    font-weight: 500;
  }

  .header-me-login svg {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1400px) {
  .header-me {
    font-size: 20px;
  }

  .header-me-login {
    font-size: 20px;
  }

  .header-me-login svg {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 580px) {
  div.all-subject {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }

  div.subject {
    padding: 4px 20px;
    margin: 20px 0;
    box-shadow: 5px 5px 15px 15px rgb(206, 206, 206);
    width: 90%;
    border-radius: 10px;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: right;
  }

  div.subject div.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }

  div.subject div.title div {
    font-size: 18px;
    font-weight: bolder;
  }

  div.question {
    margin: 0 5px 30px;
    background-color: rgb(28, 28, 28);
    color: rgba(255, 255, 255, 0.93);
    box-shadow: 5px 5px 10px 10px rgb(230, 230, 230);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 8px 20px 8px;
  }

  div.question div.top {
    display: flex;
    justify-content: space-between;
  }

  div.question div.top div {
    font-size: 14px;
    font-weight: bold;
  }

  div.question div.bottom {
    padding-top: 13px;
    font-size: 14px;
    text-align: justify;
  }
}

@media screen and (min-width: 580px) {
  div.all-subject {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }

  div.subject {
    padding: 4px 20px;
    margin: 20px 0;
    box-shadow: 5px 5px 15px 15px rgb(206, 206, 206);
    width: 90%;
    border-radius: 10px;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: right;
  }

  div.subject div.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }

  div.subject div.title div {
    font-size: 20px;
    font-weight: bolder;
  }

  div.question {
    background-color: rgb(28, 28, 28);
    color: rgba(255, 255, 255, 0.93);
    margin: 0 20px 30px;
    box-shadow: 5px 5px 10px 10px rgb(230, 230, 230);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px 20px 10px;
  }

  div.question div.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  div.question div.top div {
    font-size: 16px;
    font-weight: bold;
  }

  div.question div.bottom {
    font-size: 20px;
    padding-top: 13px;
    text-align: justify;
  }
}

@media screen and (min-width: 1120px) {
  div.all-subject {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
  }

  div.subject {
    padding: 4px 20px;
    margin: 20px 0;
    box-shadow: 5px 5px 15px 15px rgb(206, 206, 206);
    width: 60%;
    border-radius: 10px;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: right;
  }

  div.subject div.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
  }

  div.subject div.title div {
    font-size: 22px;
    font-weight: bolder;
  }

  div.question {
    background-color: rgb(28, 28, 28);
    color: rgba(255, 255, 255, 0.93);
    margin: 0 20px 30px;
    box-shadow: 5px 5px 10px 10px rgb(230, 230, 230);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 10px 20px 10px;
  }

  div.question div.top {
    display: flex;
    justify-content: space-between;
  }

  div.question div.top div {
    font-size: 18px;
    font-weight: bold;
  }

  div.question div.bottom {
    padding-top: 13px;
    font-size: 20px;
    text-align: justify;
  }
}
