html {
  text-align: center;
  background-color: teal;
  color: white;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
a {
  color: white;
}
.btn-white-teal {
  display: inline-block;
  background-color: white;
  color: teal;
  font-weight: bold;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}
img {
  border-radius: 15px;
}
#config {
  display: inline-block;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.374);
  padding: 15px;
  border-radius: 10px;
}
.config-table-wrapper {
  display: inline-block;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  max-width: 90%;
  overflow-x: auto;
}
.config-table {
  width: 100%;
  border-collapse: collapse;
  color: white;
  font-size: 16px;
}
.config-table th,
.config-table td {
  padding: 8px 10px;
}
.config-table th {
  text-align: left;
  font-weight: bold;
  width: 35%;
}
.config-table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.08);
}
.config-table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.15);
}
h2 {
  color: yellow;
  text-shadow: 5px 0px 2px red, -5px 0px 2px blue, 1px 1px 2px greenyellow;
  display: block;
  padding: 5px 10px;
  border-radius: 2px;
}
/* #puppyTitle {
  color: greenyellow;
} */
