body{
    margin: 0%;
    
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#h1{
    text-align: center;
    color:white

}
#nav{
    padding-top:25px;
    background-color: dodgerblue;
    height: 100px;
    position: relative;
    top:-25px
}

#p1{
color:#797979;
font-size: 130%;
font-weight: 500;
position: relative;
top:-20px
}
#box{
    height: 200px;
    max-width: 400px;
    min-width: none;
    padding: 20px;
    background-color: rgba(255,255,255,0.13);
    position: relative;
    border-radius: 7px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 100px dodgerblue;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    z-index: 2;
}
button {
    
    margin-top: 20px;
    line-height: 60px;
    font-weight: bold;
    color:white;
    padding: 0 40px;
    background: dodgerblue;
    border-radius: 5px;
    border: none;
    transition: 0.7s;
  border-style: solid;
  border-width: 1.7px;
  border-color:dodgerblue;
  margin-left:80px;
  min-width: none;
  }
  button:hover {
    opacity: 0.5;
    color:dodgerblue;
    background:transparent;
    color:dodgerblue;

  }
  button:active{
    transition:0.1s;
    opacity:0.6;
    background:transparent;
    color:dodgerblue;
  }
  #box2{
    height: 200px;
    max-width: 400px;
    width:100%;
    box-shadow: 0 0 100px dodgerblue;
    min-width: none;
    padding: 20px;
    background-color: white;
    position: fixed;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    top:-380px;
    margin-top: 140px;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.9s;
    z-index: 100;
    animation:  0.6s ease-in-out;

  }
 
  
  #p2{
    color:#797979;
    font-weight: 500;
  }
  #h2{
    color:#717171
  }
  #blue{
    z-index: -1;
    transition: 0.6s;
    filter: blur(0px);
  }
  @keyframes scale {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes scaledown {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }
  #close{
    z-index: 100;
  }


  #customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
 #customers td{
    padding:5px;
    padding-left:55px;
    min-width: none;
    overflow-x: auto;
 }
  #customers tr:nth-child(even){background-color: #e9e9e9;}
  #customers tr:nth-child(odd){background-color: #f2f2f2;}
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    min-width: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left:55px;
    text-align: left;
    background-color: rgb(22, 126, 231);
    color: white;
  }
  #regenerate{
    margin:0px;
    min-width:184px

  }
  #table{
    padding:12px;
    position: relative;
  }
  #nav2{
    overflow-x: auto;
    overflow-y: hidden;

  }
  #box2{
    height:250px
  }
  body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
   }
   .ripple-button {
    position: relative;
    overflow: hidden;
    background-color: dodgerblue;
    color: white;
    cursor: pointer;
  }
  
  .ripple-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s;
    opacity: 0;
  }
  
  .ripple-button:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #h1,#p1{
    transition: 0.9s;
  }
  #open{
    cursor: pointer;
  }
 
  @media only screen and (max-width : 586px){
    #h1{
      transition: 0.9s;
      font-size:170%
    }
  }
  @media only screen and (max-width : 494px){
   #box{
    margin-left:20px;
    margin-right:20px
   }
   #open{
    margin-left: 0px;
    position: relative;
    left:20%
   }
   #box2{
    width:80%;
    

   }
  }
  #regenerate1{
    background-color: rgb(255, 92, 92);
    border-color:rgb(255, 92, 92);
    opacity: 1;
    margin-left:0px
  }
  #regenerate,#regenerate1{
    margin-top:10px;
    margin-bottom:10px
  }
  #regenerate:hover,#regenerate{
    opacity: 1;
  }
  #regenerate1:hover{
    background-color: white;
    color:rgb(255, 92, 92);
    opacity: 1;
    cursor: pointer;
  }
  #regenerate1:active{
    transition: 0.15s;
    transform: scale(0.9);
  }
  @media only screen and (max-width : 425px){
    
  #open{
    margin:0px;
    font-size: 80%;
    padding:5px;
   
  }
   }
 