    body {
        position:fixed;
        font-family: arial;       
        font-size:10px;
    }
    
    header {
        background-image: url(https://bulad.neocities.org/verifica/hero2.png);
        font-weight: bold ;
        text-align:center;
        margin-top:0;
        width:100%;
    }
    
    h1 {
      font-size:3rem;
      font-family:"roboto";
      text-align: center;
      color:#ff8c00;
      font-weight: 600 ;
      
    }
    
    th {
        background-color:#0b6fa4;
        color:#00bfff;
        font-family:"roboto";
        font-weight: bold ;
      
    } 
    
    td {
        background-color: #0b6fa4;
        font-family:"roboto";
        color:#00bfff;
        font-weight: bold ;
      
    }     

    table{
        text-align: justify;
        font-family: arial;       
        font-size:10px;
        border-color:	#ff8c00;
    }

    footer{
        position:fixed;
        text-align: justify;
        font-family: arial;       
        font-size:10px;
        bottom: 0;
        box-sizing: border-box;
        right: 1px;
        width: 100%;
    }
