body {
  color: white;
  background-color: black;
}
.info {
  text-align: left;
}

table {
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid white;
  padding: 10px;
}

code.language-cpp {
  color: white;
}

#readme {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-es {
  /* background-color: #ffb600;
    color: white; */
  color: white;
  background-color: transparent;
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 16px;
  text-transform: uppercase;
}

.btn-es:hover {
  color: grey;
  border: 1px solid white;
}

.app_body {
  color: #fff;
  /* background-color: #ffffff; */
  background-color: black;
}

.app_column {
  align-items: center;
  justify-content: center;
  color: #fff;
  /* background-color: #505050; */
  padding: 10px;

  margin: 5px;
}

.nested_list {
  justify-content: left;
  align-items: left;
  margin: 20px;
  text-align: left;
}

.last_col {
  border: solid;
  border-radius: 50px;
  border-color: #f8f9fa;
}

.daisystyle {
  color: #fff;
  background-color: gray;
  padding: 10px;
  border: solid;
  border-radius: 15px;
  border-color: #ffb600;
  margin: 5px;
}

.custom-select{
    border-radius: 20px;
    background-color: #d1d1d1;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
}
.p-2{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 52%;
}