body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 40px;
    direction: rtl;
    margin-top: 0px;
  }
  .f{
    text-align: center;
    color:rgb(74, 74, 174);
    font-size: 60px;
    margin-top: 100px;
  }
  .s{
    text-align: right;
    color:rgb(0, 0, 0);
    font-size: 25px;
    margin-top: 50px;
  }
  .th{
    color: red;
    font-size: 20px;
  }
  .res{
    text-align: center;
    color: red;
  }
  h1{
    text-align: center;
    color:rgb(0, 0, 0);
    padding: 30px;
    font-style: italic;
  }
  div.top{
    color: white;
    margin-bottom: 70px;
    font-size: 40px;
    background-color: rgba(95, 40, 138, 0.898);
    position: fixed;
    width: 100%;
  }
  .one{
        text-align: right;
        color:orange;
        font-size: 20px;
  }
  .thin{
    border: 2px solid grey; /* Set the border width and color */
    padding: 10px; /* Add padding inside the frame */
    margin-top: 10px;
    border-radius: 50px;
    margin-top: 70px;
  }
  
  b.two{
    text-align: right;
    margin-right: 20px;
    margin-top: 50px;
    font-size: 30px;
  }
  a{
    margin-right: 900px;
  }

  
  .question {
    margin-bottom: 30px;
    text-align: right;
    margin-right: 20px;
    font-style: italic;
    font-size: 20px;

  }
  
  .question{
    margin-bottom: 10px;
  }

  .result {
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
  }

  .underline-dark-red {
        background:rgb(161, 8, 8);
        text-align: center;
        width: 100%; /* Set the overall width of the bar */
        height: 40px; /* Set the height of the bar */
        display: flex;
        overflow: hidden; 
  }
  .underline-white-red {
    background:rgb(211, 9, 9);
        text-align: center;
        width: 100%; /* Set the overall width of the bar */
        height: 40px; /* Set the height of the bar */
        display: flex;
        overflow: hidden;
  }
  .underline-orange-red {
    background:rgb(234, 129, 23);
        text-align: center;
        width: 100%; /* Set the overall width of the bar */
        height: 40px; /* Set the height of the bar */
        display: flex;
        overflow: hidden;
  }

  .underline-green-red {
    background:rgb(11, 179, 25);
        text-align: center;
        width: 100%; /* Set the overall width of the bar */
        height: 40px; /* Set the height of the bar */
        display: flex;
        overflow: hidden;
  }

  button.one {
    margin-top: 30px;
    padding: 9px 30px;
    border-radius: 5px;
    color: black;
    border-color: orange;
    margin-left: 30px;
  }
  button.two{
    font-size: large;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    color: black;
    border-color: orange;

  }
  .buttons{
    text-align: center;
  }

  .sub{
    position: absolute;
    width: 200px;
    top: 100px;
    left: 500px;
    right: 560px;
    padding:0px;
  }
  .cong{
    text-align: center;
    color:rgb(2, 0, 5);
    font-size: 50px;
    margin-top: 320px;
  }
  .file{
    text-align: center;
    color:rgb(33, 30, 37);
    font-size: 17px;
    margin-top: 1px;
  }
  .yes{
    color: blue;
  }
  .no{
    color: red;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }

  th, td {
    font-size: 19px;
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
  }

  th {
    background-color: #f2f2f2;
  }

  tr:hover {
    background-color: #f5f5f5;
  }