body {
  background-color: #f2cc8f;
}
.intro-card {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  background-color: #81b29a;
  border: none;
  font-family: "Playfair Display", serif;
}
.intro-text {
  font-weight: bold;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  font-size: 48px;
}

.dumb-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  width: 50%;
  height: auto;
}

.input-group {
  width: 50%;
  margin: auto;
  margin-top: 15px;
}
input.form-control {
  background-color: #f7ede2;
}

.btn-outline-secondary {
  background-color: #d62828;
  color: black;
}
.houses-fltr-div {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.house-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.house-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: solid 1px slategray;
  margin: 10px;
  min-width: 50%;
}

.expelled {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: solid 1px slategray;
  margin: 10px;
  min-width: 50%;
}

h2 {
  font-size: x-large;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.student-card {
  max-height: 150px;
  max-width: 320px;
  font-size: smaller;
  margin: 4px;
  background-color: #f7ede2;
}

.card-text {
  margin: 4px, 0px;
}

#voldyImg {
  height: 148px;
  width: 100px;
}
