body {
  background-color: #1d0130;
  font-family: 'Poppins', sans-serif;
  padding-top: 70px; 
  overflow-x: hidden;
}

header {
  background-color: #1d02508c;
  padding: 12px;
  font-family: 'Rubik Spray Paint', cursive;
}

header .nav-link {
  color: #ff23c8;
  font-size: 1.2rem;
}

header .nav-link:hover {
  color: #a2ff9a;
  transition: color 0.3s ease, font-size 0.3s ease;
  font-size: 1rem;
}

.logo, .redes {
  max-width: 40px;
  width: 100%;
}

h1{
  font-family: 'Rubik Spray Paint', cursive;
  color: #3cff00;
}
.link-verde {
  font-family: 'Poppins', sans-serif;
  color: #ff00c8;
}
footer .link-roxo{

  font-size: 1.1rem;
}
footer {
  background-color: #0e0030;
}
.maior{
  color: #fbff00;
  margin-top: 100px;
  margin-bottom: 200px;
  font-weight: 600;
  font-size: 3.1rem;
}
p {
  font-size: 1.1rem;
  color: #dfffd8;
}
h3 {
  font-size: 2.1rem;
  color: #ffba25;
  
}

footer .redes {
  max-width: 50px;
  width: 100%;
}
.img-logo {
  max-width: 150px;
  width: 100%;
}

/* Estilo para o link-roxo */
.link-roxo {
  transition: color 0.3s ease, font-size 0.3s ease;
  font-size: 1rem;
  font-size: 2.1rem;
  color: #b65eff;
  font-weight: 900;

  
}

.link-roxo:hover {
  color: #f2c9ff;
  font-size: 1.1rem;
  text-decoration: none;
}

/* Estilo para o link-azul */
.link-azul {
  transition: color 0.3s ease, font-size 0.3s ease;
  font-size: 1rem;
  font-size: 2.1rem;
  color: #328bff;
  font-weight: 900;

  
}

.link-azul:hover {
  color: #c9e0ff;
  font-size: 1.1rem;
  text-decoration: none;
}

/* Estilo para o link-verde */
.link-verde {
  transition: color 0.3s ease, font-size 0.3s ease;
  font-size: 1rem;
}

.link-verde:hover {
  color: #f2c9ff;
  font-size: 1.1rem;
  text-decoration: none;
}

@media (max-width: 768px) {
  header .nav-link, .fino, .ffont {
      font-size: 0.9rem;
  }
  main .container{
    width: 90%;
  }
  h3{
    font-size: 1.5rem;
  }

  .foto_inicio {
      display: none;
  }
  .maior{
    margin-top: 50px;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
