#index-content {
  background-color: #ddd;
  border-radius: 1rem;
  width: 100%;
}

#top-content {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

#left-content {
  width: 50%;
}

#right-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: flex-start;
}

.grid-img {
  height: 8rem;
  border-radius: 1rem;
}
#left-content > ul {
  list-style: none;
  padding-left: 1rem;
}

.contact-li {
  font-weight: bold;
  margin-left: 0.5rem;
}

#index-header {
  margin-top: 0;
  text-shadow: 1px 1px 1px gray;
}

#index-text {
  padding-left: 1rem;
}

#contact-header {
  text-shadow: 1px 1px 1px gray;
}
