@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
  background: linear-gradient(135deg, #f7e1f1 0%, #b4d9e4 100%);
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
}

.header {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header a {
  color: #333;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.header a:hover {
  background-color: #b4d9e4;
  color: #333;
}

.header a.active {
  background-color: #6c5ce7;
  color: white;
}

.my-button {
  background-color: #6c5ce7;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.my-button:hover {
  background-color: #5a4fcf;
}

.card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-2px);
}

.imges {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.25rem;
}

.login-container {
  max-width: 400px;
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.form-group {
  margin-bottom: 1rem;
}

.btn-login {
  width: 100%;
  background-color: #6c5ce7;
  color: white;
  border: none;
  padding: 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.btn-login:hover {
  background-color: #5a4fcf;
}

#quizImage {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.answer {
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #b4d9e4;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.answer:hover {
  background-color: #a8c6d8;
}

#result {
  font-weight: bold;
  color: F#6c5ce7;
  text-align: center;
  margin: 1rem 0;
  font-size: 30px;
}

.imges {
  max-height: 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;


}
.my-button {
  background-color: #6c5ce7;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  border-color: #b4d9e4;
  font-size: 30px;
  padding: 10px;

}

.my-button:hover {
  background-color: #ddd;
}

h1 {
  opacity: 1.0;
  color: rgb(87, 17, 151)
}

.login-container {
  border-style: solid;
  color: rgb(48, 17, 77);
  border-width: medium;

}

#bdy-txt {
  text-align: center;
  transition: 0.5s ease-in-out;
}

.inside-login {
  border:black medium;
  padding: 10px;
} 

#toggled-state {
  background-color: black;
}
