html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
  background-color: #f8f9fa;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Custom styles for Twitter Video Downloader */
.card {
  border: none;
  border-radius: 10px;
}

.form-control-lg {
  border-radius: 8px;
}

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

.btn-primary:hover {
  background-color: #1a91da;
  border-color: #1a91da;
}

.text-primary {
  color: #1da1f2 !important;
}

.bg-primary {
  background-color: #1da1f2 !important;
}

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

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}