body {
  background: #f1f5f1;
  color: #333333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  position: absolute;
  top: 0;
}

.site-content {
  margin-top: 85px;
}

.footer {
  margin-top: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}

.bg-spgreen {
  background-color: #1DB954;
}

.navbar-brand {
    font-size: 2rem;
}


.site-header, .btn-dropdown, .nav-link, .nav-link:hover, .btn-dropdown:hover, .btn-dropdown:focus {
  color: #ffffff !important;
  font-size: 1.1rem;
  box-shadow: none;
  font-weight: 500;
}

.btn-description {
  background-color: #ffffff;
}

.btn-description:hover {
  background-color: #fafafa;
}

.btn-description, .btn-description:hover, .btn-description:focus {
  font-size: 1.3rem;
  box-shadow: none;
}

.tool-description {
  border: none;
}

li > a, a:hover {
  color: #128b3c;
}

.btn-primary {
  background-color: #1DB954;
  border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #128b3c !important;
  box-shadow: none !important;
}

.btn-check {
  background-color: #1DB954;
  border: none;
  color: #ffffff;
  box-shadow: none;
}

option:hover {
  background-color: #128b3c;
}

.btn-check:active {
  background-color: #128b3c;
}

.track {
  font-size: 1.3rem;
}

.artist {
  font-size: 1rem;
}

.btn-secondary {
  background-color: #b12323;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #8f1c1c !important;
}

.playlist-check {
  display: none;
}

.playlist-check:checked + .btn-check {
  background-color: #128b3c;
}
