html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


body {
    background: linear-gradient(to right, #0f172a, #1e293b);
    color: white;
}

.search-card {
    max-width: 700px;
    margin: auto;
    padding: 40px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.08);
    box-shadow: 0 0 25px rgba(0,212,255,0.3);
}

.title {
    text-align: center;
    margin-bottom: 30px;
    color: #00d4ff;
}

.search-box {
    height: 55px;
    font-size: 18px;
}

.btn-search {
    width: 100%;
    background-color: #00d4ff;
    border: none;
    color: black;
    font-weight: bold;
}

.result-card {
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255,255,255,0.1);
}