
body.home-page {
  overflow: hidden;
}

.home-page .content-container {
  padding: 2rem 1.5rem; 
}


.home-title {
  font-family: "Futura PT", "NovedoHelvetica", sans-serif;
  font-weight: 800;
  font-size: 2.1rem; 
}


.home-nav {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.home-nav a {
  font-weight: bold;
  font-size: 1.3rem;
}


.socials {
  display: flex;
  gap: 1.6rem;
  margin-top: 1rem; 
}

.socials a {
  font-size: 24px;
  transition: transform 0.2s ease;
}

.socials a:hover {
  transform: scale(1.1);
}
