@media screen {

    * { margin-top: 0px;
         
         align-content: center;
         text-align: center;}

    .table1 {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
        box-shadow: none;
        border-left: 1px solid rgb(194, 194, 194);
        border-right: 1px solid rgb(194, 194, 194);
        background-color: rgb(255, 255, 255);
        background-image: none;
    }

    .table1 td {
        text-align: left;
        padding-top: 2px;
        padding-bottom: 2px;
        

    }


    thead {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 30px;
        padding-right: 30px;


    }


    th {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-left: 30px;
        padding-right: 30px;
    }


    td {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 30px;
        padding-right: 30px;

    }

    tr:first-of-type {
        text-align: left;
        font-weight: bold;
        font-size: 12px;
    }

    tfoot {
        font-size: 12px;
        font-weight: bold;
        padding-top: 18px;
        padding-bottom: 30px;


    }

    .table2 {
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
        align-content: center;
        box-shadow: none;
        border-left: 1px solid rgb(194, 194, 194);
        border-right: 1px solid rgb(194, 194, 194);
    }

    body {
        background-image: none;
        font-family: verdana;
        font-size: 9px;
        align-content: center;

    }

    h1 {

        position: fixed;
        margin-top: 0px;
        left: 0;
        width: 100% ;
        text-align: center;
        background: #ffffff;
        box-shadow: 2px 2px 2px rgba(97, 97, 97, 0.274);
        color: white;
        font-size: 20px;
        color: rgb(20, 20, 20);
        padding: 10px;

        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bold;
    }


    p {
        font-size: 8px;
        text-align: center;
        color: rgb(92, 92, 92);

    }

    #one {
        font-size: 10px;
        text-align: center;
        color: rgb(92, 92, 92);

    }

    footer {
        color: rgb(255, 255, 255);

        left: 0;

        width: 100%;

        text-align: center;
    }

    #two {
        display: none
    }

    #three {
        color: rgb(0, 0, 0);



        width: 100%;

        text-align: center;
    }

    a:link {
        color: darkgray;
        font-size: 10px;
        font-family: Verdana;
        font-weight: bold;
        text-align: center;
        text-decoration: none;


    }

    .button {
        background-color: dodgerblue;
        border: none;
        color: white;
        padding: 6px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        margin: 4px 2px;
        cursor: pointer;
    }
    .buttonX {
        background-color: rgb(241, 241, 241);
        border: none;
        color: rgb(235, 48, 48);
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        font-weight: bold;
        margin: 2px 2px;
        cursor: pointer;
    }
    /* Add a black background color to the top navigation */
.topnav {
    background-color: black;
    overflow: hidden;
    position: fixed;
    margin-top: 0px;
    left: 0;
    width: 100% ;
  }
  .topnav img {
    float: left;
padding: 0px;
margin-top: 0px;
margin-left: 0px;

  }
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: dodgerblue;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: black;
    color: dodgerblue;
  }
  .popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: rgba(167, 167, 167, 0.3);
    backdrop-filter: blur(8px);
    border: none;
    width: 100%;
    height: 100%;
    
           
    font-size: 15px;
  }
  
  .popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    visibility: visible;
    text-align: center;
    z-index: 2;
  }
  
  .popup-content {
    /*Hides pop-up content when there is no "active" class */
    visibility: hidden;
    
  }
  
  .popup-content.active {
    /*Shows pop-up content when "active" class is present */
    visibility: visible;
  }
  .table3{
    margin-left: auto;
    margin-right: auto;
  font-size: 12px;
  text-align: center;
  box-shadow: 8px 8px 10px rgba(129, 126, 119, 0.5);
  border: 0.1px solid rgb(250, 249, 246);
  border-radius: 6px;
  padding: 20px;
  
  position: center;
  
  background-color: rgb(255, 255, 255);
  background-image: none;
  
  }
  .table3 td{
    font-size: 12px;
    text-align: center;
   }
    hr {
        height:1px;
        width:700px;
        border-width: 0px;
        background-color:white;
        margin-top: 20px;
        margin-bottom: 20px;
      }
      .tooltip {
        position: relative;
        display: inline-block;
        
        
      }
      .tooltip .tooltiptext {
        visibility: hidden;
        width: 180px;
        background-color: rgb(66, 66, 66);
        color: #fff;
        text-align: left;
        padding: 5px;
        border-radius: 4px;
      
        position: absolute;
        z-index: 1;
      }
      .tooltip:hover .tooltiptext {
        visibility: visible;
      }
    }