#calculator {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f9f9f9;
}

#calculator h2 {
  text-align: center;
  color: #333;
}

#calculator select, #calculator button {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#calculator button {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
}

#calculator button:hover {
  background-color: #45a049;
}

#calculator p {
  font-size: 16px;
  color: #333;
}

#services-list p {
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0;
}

#total-cost, #total-points {
  font-weight: bold;
}
