body {
  font-size: 19px !important;
  font-family: "Roboto", sans-serif !important;
  background-color: white;
  margin: 0px; 
  background: linear-gradient(135deg, #ff6a88 0%, #8d3dae 100%);

}

.container {
  padding: 0px 50px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
}


.ssst-info {
  background-color: #f7f8fa;
  color: #333;
}

.ssst-info h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #8d3dae;
}

.ssst-info p.lead {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}


input[type="text"] {
  width: 50%;
  padding: 10px;
  color: rgb(0, 0, 0);
  border-radius: 10px !important;
  border: 2px solid #000000;
}

button {
  padding: 12px 12px;
  background: linear-gradient(135deg, #ff6a88 0%, #8d3dae 100%);
  color: white;
  border-radius: 10px !important;
  border-style: none;
}

.info {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin: auto;
}

.author {
  display: flex;
  align-items: start;
  gap: 12px;
}

.username {
  font-size: 1.2rem;
  color: #1d1d1d;
}


.info2 {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  background: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4); 
}

.info3 {
  padding: 100px 0px 100px 0px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: white;
}




.info img {
  margin-top: 10px;
}

  .volver2 {
    width: 80%;
  display: inline-block;
  margin-top: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  text-align: center;
  line-height: 1.8;
  }

.volver {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  width: 300px;
  text-align: center;
  line-height: 1.8;
}



 .navbar-custom {
  background-color: transparent;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  width: 100%;
  box-sizing: border-box;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
  color: white;
}

.navbar-custom .nav-link.active {
  font-weight: bold;
}

.navbar-custom .icon-link i {
  color: rgb(0, 204, 255);
  font-size: 2.2rem;
}



.navbar-custom .icon-link i:hover {
  color: #fdfeff;
}

footer {
  font-family: 'Archivo', sans-serif;
  color: #fff;
}
 
.doria {
    background: url(https://i.postimg.cc/TPQLNPZk/YV5c-Jw-A-gif-text-shadow.gif);
}

.anggie {
    background: url(https://i.postimg.cc/TPQLNPZk/YV5c-Jw-A-gif-text-shadow.gif);
}

@media screen and (max-width: 768px) {
  input[type="text"] {
    width: 90%;
    font-size: 16px;
  }

  .navbar-toggler{
   width: 60px;
  }

  button {
    width: 90%;
    margin-top: 10px;
  }

  input {
    margin-bottom: 12px !important;
  }

  .volver {
    width: 90%;
  }


  .info3 {
    padding: 20px;
  }

  .container {
    padding: 20px;
  }

  .navbar-brand strong {
    font-size: 20px;
  }

  .navbar-toggler {
    font-size: 16px;
  }

  .navbar-nav .nav-link {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 425px) {
  .info2 h1 {
    font-size: 24px;
  }

  .author {
    padding: 0px 10px !important;
  }

  .info3 h2 {
    font-size: 20px;
  }

  .info3 p {
    font-size: 14px;
  }
  .navbar-toggler{
   width: 60px;
  }
  
  .navbar-brand img {
    width: 40px;
    height: 40px;
  }

  .navbar-brand strong {
    font-size: 18px;
  }

  svg {
    width: 24px;
    height: 24px;
  }

}
