body {
  /* background: rgb(0,14,88);
  background: linear-gradient(90deg, rgba(0,14,88,1) 0%, rgba(86,0,0,1) 100%); */
  --bs-body-bg: #00000000; /* black background */
  --bs-body-color: #fff; /* white text color */
  /* --bs-body-border: 40px; white text color */
  margin: auto;
  padding: 10px;
  background-image: url("./image/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  background-attachment: fixed;
  background-color: #f7f7f7;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 5px;
  padding: 5px;
  border-radius: 30px;
  font-weight: 600;
  background-color: black;
  color: white;
  border: 2px solid rgb(255, 170, 0);
  box-shadow: -1px 2px 20px rgb(255, 170, 0);
}

.card .card-img-top[alt="phone"] {
  width: 270px;
  height: 300px;
  border-radius: 30px;
  /* your styles here */
}

.tital {
  color: white;
  text-shadow: -5px 3px 10px black;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
}

#card-color {
  background-color: black;
  color: white;
  margin: auto;
  font-size: 30px;
}

select {
  text-align: center;
  font-weight: 600;
  width: 200px;
  height: 50px;
  font-size: 20px;
  border-radius: 30px;
  font-weight: 600;
  background-color: black;
  color: white;
  border: 2px solid rgb(255, 170, 0);
  box-shadow: -1px 2px 20px rgb(255, 170, 0);
}

/* select:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 170, 0);
  color: rgb(255, 170, 0);
  opacity: 0.8;
} */

button {
  background-color: black;
  color: white;
  width: 150px;
  height: 50px;
  border: none;
  box-shadow: -1px 2px 20px rgb(255, 170, 0);
  transition: background-color 0.5s ease;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
}

button:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgb(255, 170, 0);
  color: rgb(255, 170, 0);
  opacity: 0.8;
}

#list {
  /* Add some padding and margin */
  padding: auto;
  margin: auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* height: 100v */

  /* Add a border */

  /* Add some rounded corners */
  border-radius: 20px;

  /* Add a box shadow */
  box-shadow: -1px 2px 20px rgb(0, 0, 0);
}

#list > div {
  /* Add some padding and margin to the inner divs */
  padding: 10px;
  margin: 10px;

  background-image: url(./image/card-background.jpg);

  /* Add a background color */
  /* background-color: #f7f7f7; */
  /* Add a border */
  /* border: 2px solid #ff0000; */
  box-shadow: -1px 2px 20px rgb(255, 170, 0);

  /* Add some rounded corners */
  border-radius: 20px;
}
