.header h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    justify-content: center;
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;

}
.header{
    display: flex;
    background-color: black;
    justify-content: center;
    
}
.header img{
    display: flex;
    width: 10rem;
    height: 10rem;
    padding-left: 40rem;

}
.isi table tr{
    padding: 2 2 2 2;
    color: black;
    background-color: white;
    font-family: 'Times New Roman', Times, serif;
}
.isi table th{
    color: white;
    background-color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: small;

}
.isi table{
    color: black;
}
.tambah button{
    border-radius: 10px;
    display: flex;
    margin: 0;
}
.tambah button a{
    text-decoration: none;
    color: black

}

