body {
    font-size: 12px;
}
a {
    text-decoration: none;
    color: #356dbf;

}
a:hover {
    text-decoration: underline;
    color: red;
}
.container-fluid h1 {
    text-align: center;
    padding: 30px 0;
    margin: 0;
    font-size: 32px;
}
.style {
    text-align: center;
}
.top-style {
    position: sticky;
    top: 0;
}
.table>thead {
    vertical-align: middle;
}
.table-responsive {
    overflow-x: visible;
}