body {
  padding-top: 70px;
  padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

/*.theme-showcase {*/
/*    position: relative;*/
/*    min-height: 75vh;*/
/*}*/

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  z-index: 10;
}

.logout button {
  background-color: grey;
  border-color: red;
  color: red;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.footer .copyright {
  margin-bottom: 1rem;
}

.delete-edit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.delete-edit button {
  font-size: 2rem;
}

.delete-edit .edit {
  color: green;
  text-decoration: none;
}

.delete-edit .delete {
  color: white;
  text-decoration: none;
}

.delete-button {
  background-color: red;
  font-size: 2rem;
  padding: 5px 5px;
  border-radius: 5px;
}

.not_found {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
}
