body,
html {
  height: 100%;
}

body {
  font-size: 12px;
}

a,
a:hover{
  color: #218838;
}

a:hover{
  text-decoration: none;
  opacity: 0.5;
}

h1,
.card-header h2 {
  font-weight: bold;
  margin: 0;
}

.navbar-brand {
  white-space: normal !important;
}

.position-relative {
  position: relative !important;
}

.bg-section-dark,
.bg-dark{
  background-color: #0e0b2b !important;
}

.bg-section-secondary {
  background-color: #fafbfe !important;
}

.fluid-paragraph {
  position: relative;
  width: 680px;
  margin: auto;
  margin-top: auto;
  padding: 0 1.5rem;
}

#longurl{
  border-radius: 0 !important;
}

.navbar {
  box-shadow: 0px 2px 20px 0px rgba(81, 44, 255, 0.08);
  background-color: rgba(255, 255, 255, .98);
  z-index: 9999;
}

.navbar-light .navbar-brand{
  color: #362d73 !important;
}

@media only screen and (max-width : 991px) {
  .fixed-top,
  .fixed-bottom {
    position: relative;
  }
}

.card{
  border: 0 none !important;
}

.card-header{
  background-color: #fff !important;
  border: 0 none !important;
}

.badge{
  background-color: #362d73;
  color: #fff;
}
