*{
    margin:0%;
    padding:0;
    text-decoration: none;
    box-sizing:border-box;
    list-style: none;
}
body{
    width: 100%;
    background-color: rgb(243, 245, 247);
    box-sizing: border-box;
}
a, .btn {
    transition: all 0.2s ease-out 0s;
}
a {
    color: rgb(179, 248, 75);
}



.footer1{
    width: 100%;
    height:auto;
    transition: all 0.2s;

}
.backtop{
    width:100%;
    text-align: center;
    height: 40px;
    background-color: rgb(61, 60, 60);
    padding: 10px;
    cursor:pointer;
}
.backtop span{
    color:White;
    Font-weight:bold;
}
.backtop:hover{
    
    background-color:black;
   
}
.detail{
     width:100%;
    background-color:#02323c;
    padding:10px;
   
   
   
}

.table{
     width:100%;
    
    margin:auto;

    padding-top:30px;
  
  
    height: 100%;
    display: flex;
    box-sizing: border-box;
    
    justify-content: space-around;
    flex-wrap:wrap;
  
  
}
.table section{
     width:20%;

   
 

    
   
    
   
}
.t-head{
    font-size:1rem;
    color:white;
    font-weight:bold;
    margin-bottom:5px;
}

.table li{
    color:rgb(223,221,221);
    padding-top:10px;
    font-weight:lighter;
    font-size:1em;
    list-style:none;
}

.copy{
     background-color:black;
     height:70px;
      padding: 30px;
       align-item: center;
       display:flex;
       justify-content:center;
}
.copy span{
     color:White;
     font-size:1rem;
    
}
.line{
    height:0.5px;
    width:100%;
    background-color:grey;
}