body {
  background-color: #3b3b3b;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
#title {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-top: 25%;
}
#subtitle {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#intro {
  padding-top: 10%;
  text-align: center;
}
.text-center {
  text-align: center;
}
.card-img-top {
  width: 100px;
  height: auto;
  border-radius: 50%;
  padding-top: 10px;
}
.card {
  background: #fff;
  box-shadow: 0 8px 15px -7px #c9dff0;
  margin: 0 20px;
  padding-left: 10px;
  border-radius: 20px;
  border: 0;
  color: #3b3b3b;
  width: 200px;
  height: 350px;
}
a {
  text-decoration: none;
  color: #0084ff;
}
a:hover {
  text-decoration: underline;
  color: #41a3ff
}
.card-text {
  height: 175.6px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.text-center {
  text-align: center;
}
#footer {
  background-color: #1a1a1a;
  height: 300px;
  padding-left: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
#list {
  padding-left: 30px;
  padding-top: 15px;
}