#page-header, #right-header {
  display: none;
}

img[src*="logo-img"] {
  height: 200px;
}

img[src*="card-img"] {
  width: 60px;
  float: left;
  margin-right: 12px;
}

.image {
  width: 100%;
}

.info-text, .page-component-container {
  max-width: 60%;
  margin: 0 auto;
}

.info-text {
  text-align: center;
}

.info-text h4, .info-text h3 {
  color: var(--text-secondary);
}

.flex-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 80px;
}

.anchor-container {
  display: flex;
  gap: 2rem;
  padding: 4px;
  place-content: baseline center;
  background: #060a17;
  bottom: 0;
  position: fixed;
  width: 100%;
  font-weight: 600;
}


/* Below are just quick fixes to make it look better on smaller screen sizes */
@media (width <= 576px) {
  img[src*="logo-img"] {
    max-height: 140px;
  }

.info-text, .page-component-container {
  max-width: 70%;
}
}

@media (width <= 1200px) {
  .grid-layout {
    display: flex;
    flex-direction: column;
  }
}

.card {
  padding: 0.5rem;
}
