*{
  padding: 0px; 
  margin: 0px; 
  font-family:Arial,sans-serif;

  text-decoration: none; 
  text-align: center ;  
}

h1{
    font-size: 36px;
    margin-top: 30px;
}
 img{
    width: 34%;
    margin: 40px 0;
 }
 p{
    font-size: large;
    margin: 0 0px;
 }
 input{
    padding: 10px;
    width: 314px;
    max-width: 326px;
    border: 1px solid #ccc;
    margin: 16px 0;
 }
 button{
    padding: 11px 20px;
    width: 240px;
    max-width: 153px;
    background-color: black;
    color: #ccc;
    margin: 16px 0;
    border: none;
 }
 .notification{
    color: #ccc;
    font-size: small;
    font-weight: 400;
    padding-bottom: 20px;
   
 }
 button:hover{
    background-color: #691ad1;
 }
 .title{
   margin: 20px 0;
   font-weight: 400;
 }

 table{
    margin: auto;
 }

 table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }

  td{
    font-weight: bold;
    padding:10px;
    font-size:11px;
    line-height:21px;
  }
.container{max-width:900px; margin:auto;}
  .itallic{
    font-style: italic; line-height:32px;
  }

ul li{padding-bottom:20px; line-height:32px;}

  .noner{
    list-style: none;
  }

  .br-none{
    border: none !important;
  }
  
  .tb{
   
    margin: 40px auto;
  }
  
  

  