/* Enter Your Custom CSS Here */

.custom-logo {
    width: 50%;
    margin: 4rem 0 4rem 0px;
}

#colophon {
	display: none !important;
}

#footer-content-eb {
    margin: 8rem 0 8rem 0px;
}

.entry-title {
	display: none !important;
}

.widgetized-content {
	display: none !important;
}

img {
  border-radius: 3%;
}


.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.twitter-footer {
  font-size: 42px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

/* Individual card styling */
.card {
  border: 1px solid #acacad;
  padding: 16px;
  border-radius: 20px;
  width: calc(33.333% - 16px); /* Three cards in a row, accounting for the gap */
  box-sizing: border-box;
}

/* Text styling within the card */
.title {
  font-size: 18px;
  font-weight: bold;
}

.date {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.source {
  font-size: 16px;
}

.amount {
  font-size: 16px;
  color: #0077CC;
}