.ses-list {
  margin: 5rem;
  margin-top: 3rem;
}

.ses-item a {
  text-decoration: none;
  font-size: 1.2rem;
  color: black;
}

.ses-item a:hover,
.ses-item a:active {
  text-decoration: underline;
  color: #0f3f93;
}

.main-footer {
  text-align: center;
}

.main-footer p {
  margin-top: 15px;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 2rem;
}

.search-wrapper > label {
  font-size: 1.2rem;
}

input {
  font-size: 1.2rem;
  padding: 0.5rem;
}

.user-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}

.card {
  border-radius: 20px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 15px #0f3f938b;
  background-color: #fef8eb;
}

.header {
  font-size: 1.4rem;
  text-decoration: none;
}

.link {
  text-decoration: none;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: #0f3f93;
}

.picture {
  width: 80px;
  height: 80px;
  /* border: 1px solid #0f3f9344; */
  float: left;
  margin: 0px 10px;
}

.hide {
  display: none;
}

#sections-group-home {
  background-color: #0f3f9317;
  max-width: 100%;
}
