.hub {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e1ebe2;
}
.hub-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.hub-subtitle {
  font-size: 14px;
  margin-bottom: 8px;
}
.hub p {
  margin: 4px 0;
}
.email {
  color: #2a67c2;
  text-decoration: none;
}
iframe {
  width: 250px;
  height: 250px;
  border: 0;
  margin-top: 10px;
  border-radius: 6px;
}
