*{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-weight: bold;
}
.btn{
    color:white;
    font-weight: bold;
}
body{
    background-color: white;
}
.clipboard{
    cursor:pointer;
}
a{
    text-decoration: none;
}

.data-table tbody tr td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


