*{
   margin: 0;
   padding: 0;
  
}
body{
    background-color: black;
 }
 
 td{
     text-transform: uppercase;
 }
.destaque ,span, p {
   color: white;
}

 .text-center {
    color:white ;
    font-weight: bold;
 }
 h3 {
    color:#EAB543 ;
    font-family: "Caveat", cursive;
 }
 td.data {
    color: green;
 }
 
 .btn-danger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 20px;
    font-size: 12px;
 }
 
 @media (max-width:767px){
    .container {
      max-width: 100%;
    } 
   input{
       margin-bottom: 2%;  
     }
     tr{
         font-size: 10px;
     }
     h1{
         font-size: 20px;
         margin-top: 10px;
     }
     table {
      max-width: 100%;
     }
     .btn-danger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 16px;
        font-size: 8px;
     }
     .btn-success {
        width: 100%;
     }
     h3 {
        text-align: center;
        font-size: 12px;
     }
     
 }