
h1{
    text-align: center;
    justify-content: center; 
    color: rgb(12, 12, 194); 
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#container{
    display: flex;
    justify-content: space-around;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a{
    text-decoration: none;
    color: rgb(59, 59, 59);
}
h2{    
    text-align: center;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
input{
  border: transparent;
  width: 500px;
  height: 40px;
 
}
input:hover{
     border: 1px dotted ;
}
#ser{
    width: 500px;    
    margin: auto;
    justify-content: space-between; 
}
#serc{      
  margin-left: 470px;  
    }
    
    
    #botm{
        
        margin-top: 28%;
    }
    #last{
        margin-top: 20%;
        width: 100%;
        height: 100px;
        background-color: rgb(223, 221, 221);        
        
        justify-content: center;       
       

    }
    #cr{
        margin-top: 50px;
        text-align: center;
        
        margin: auto;
        
    }
    #bottom{
        margin-top: 20%;
        margin-top: 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #infom{
        margin: auto;
        justify-content: center; 
        align-content: center;
        margin-bottom: 30px;
        margin-left: 45px;
        margin-top: 50px;
    }
    #contant{
        width: 80%;
        margin: auto;
        justify-content: start;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    table {
 
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 5px solid white;
  text-align: left;
  padding: 8px;
}

#table{
    width: 40%;
    margin-right: auto;
}
#h{
    background-color: blue;
}
thead{
    background-color: rgb(216, 216, 216);
}
#h1{
    margin-right: auto;
    color: black;
    text-align: left;
    justify-content: start;
}
button{
    border: transparent;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 35px;
    justify-content: center;
    width: 160px;
    height: 35px;
    background-color: black;
    color: white;
}
button:hover{
    color: black;
    background-color: transparent;
    cursor: pointer;
}
#bt{
    text-decoration: underline;
}