* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
body {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  overflow-x: hidden;
}
.container {
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  /* border: 1px solid black; */
  gap: 20px;
}
.box1 {
  max-width: 1000px;
  width: 90vw;
  /* border: 1px solid black; */
  min-height: 390px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}
.btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
}
.btn:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: white;
}
.box2 {
  max-width: 1000px;
  width: 90vw;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow-x: hidden;
}
.card1 {
  border: 1px solid white;
  background-color: transparent;
  padding: 10px;
  color: white;
}
h5 {
  text-align: center;
  font-weight: 600 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.list-group-flush {
  text-align: center;
}
.list-group-flush li {
  background-color: transparent;
  color: white;
}
