body {
  background-color: #161616;
  color: #fff;
}

form {
  width: 400px;
}
form label {
  color: #fff;
}
form .form-control {
  margin-bottom: 8px;
}

footer {
  color: #ddd;
  font-size: 10px;
  text-align: center;
}

section .header-container {
  display: flex;
  justify-content: space-between;
}

.highlight {
  color: yellow;
}

.modal .modal-content {
  background-color: #333 !important;
}
.modal .modal-content .modal-footer {
  border-top: 0 !important;
}
.modal .modal-content .modal-header {
  border-bottom: 0 !important;
}

section.admin-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

section.view-magazine {
  padding: 40px 80px;
}
section.view-magazine table {
  margin-top: 20px;
  background-color: #232323;
  color: white;
}
section.view-magazine table th {
  background-color: #00705c;
}
section.view-magazine table ul {
  display: flex;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
section.view-magazine table ul li {
  margin-right: 15px;
  display: flex;
  text-decoration: none;
}
section.view-magazine table ul li .action {
  color: #fff;
}

section.magazine-form {
  padding: 40px 80px;
}
section.magazine-form .send {
  margin-top: 15px;
}

section {
  background-color: #161616;
}
section .favourite-magazine {
  display: inline;
  position: relative;
  left: 350px;
  top: 30px;
}
section .social-media {
  display: inline;
  position: relative;
  left: 94%;
  top: 30px;
}
section .social-media a {
  color: #ddd;
}
section .social-media a i {
  margin-left: 4px;
  font-size: 24px;
}
section ul.nav {
  background-color: transparent;
  border-bottom: 1px solid #222;
}
section ul.nav .nav-link {
  background-color: #242F37;
  color: #999;
}
section ul.nav .nav-link.active {
  background-color: #e0e0e0;
  color: #4e4e4e;
}
section .yumpu-container {
  width: 100%;
  height: calc(100vh - 100px);
}