.footer-container{
  margin-top: 5rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(148,163,184,0.15);
  text-align: center;
}

footer {
  background-color: rgb(100, 203, 247);
}

.footer-title{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 800;
}

.footer-list{
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  margin-bottom: 2rem;
}

ul{
  list-style: none;
  padding: 1rem;
}

.footer-list-item,
.footer-title{
  color: rgb(3, 8, 25);
}

.footer-list-item{
  font-weight: 500;
}

.footer-texts{
  display: block;
  margin-top: 4.5rem;
  text-align: center;
  font-size: smaller;
  font-style: italic;
  color: #0D1427;
}
.socials {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}

.socials a {
  font-size: 1.3rem;
  color: var(--muted);
}

.socials a:hover { color: var(--accent); }