.show_container {
    border-radius: 8px;
}
.bottom-badge, .admin-nav {
    border-radius: 8px;
}
.tab_container {
    border-radius: 0px 8px 8px 0px;
}
.pagination {
  justify-content: center !important;
}
nav li a {
    font-weight: bold;
}
.tab_content textarea {
    min-height: 50vh !important;
}
footer {
    background: rgb(255 175 3);
    border-top: 2px solid #000000;
}
header {
    border-bottom: 2px solid #000000;
    background: rgb(255 175 3);
}