body {
  background-color: rgb(247, 247, 247);
}

.main-title {
  font-size: 3em;
  letter-spacing: -3px;
  font-weight: lighter;
  text-align: center;
  color: rgb(7, 8, 119);
  background-color: #fed501;
}

.second-title {
  margin-top: 70px;
  font-size: 2em;
  letter-spacing: -1px;
  font-weight: lighter;
  text-align: center;
  color: rgb(7, 8, 119);
}

#welcome {
  border: solid 5px rgb(7, 8, 119) !important;
  border-radius: 50px !important;
}

@media screen and (max-width: 600px) {
  #welcome {
    font-size: 30px;
    margin-top: 30px;
  }
}

#amount-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

#exampleSelect1 {
  text-align: center;
  position: relative;
  border: solid 2px rgb(7, 8, 119) !important;
}

#exampleSelect2 {
  text-align: center;
  position: relative;
  border: solid 2px rgb(7, 8, 119) !important;
}

.card {
  border-radius: 20px;
}

.border-primary {
  border: solid 3px rgb(7, 8, 119);
  border-color: rgb(7, 8, 119);
}

.answer-card {
  cursor: pointer;
  border: solid 2px rgb(7, 8, 119) !important;
  border-color: rgb(7, 8, 119) !important;
}

.answer-card:hover {
  background-color: #fce576;
}

.question {
  left: 250px;
  border: none;
}

.text-primary {
  color: rgb(7, 8, 119) !important;
}

.btn-primary {
  background-color: rgb(7, 8, 119);
}

.rounded {
  border-radius: 20px !important;
}

.badge-primary {
  background-color: rgb(7, 8, 119);
}
