.card-col a {
  text-decoration: none;
}
.card-image {
  background-size: cover;
  background-size: cover;
  background-position: center center;
}
.card-body {
  padding: 0 !important;
}
.card-content {
  margin-top: 15rem;
  padding: 1rem;
  color: #ffffff;
  background-color: #000000ae;
}

.header {
  background-image: url("https://is.the.br/images/utils/header-robot.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 0;
  padding-top: 30vh;
  padding-bottom: 20vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.header-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-overlay {
  background-color: #0000009e;
  color: #ffffff;
  padding: 1rem;
}

.header-content {
  text-align: center;
}

.header-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.header-content p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
