
    body {
        font-family: "Segoe UI", Arial, sans-serif;
        background: linear-gradient(135deg, #ae70da, #4e91c9, #fc70d9);
        background-size: 800% 800%;
        animation: fondoAnimado 12s ease infinite;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
    }

    @keyframes fondoAnimado {
        0% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
        100% { background-position: 0% 50%; }
    }

nav{
    background-color: rgb(86, 0, 167);
}
footer{
    background-color: rgb(86, 0, 167);
}


.my-navbar {
    background-color: rgb(86, 0, 167) !important;
}

.my-navbar .offcanvas-header,
.my-navbar .offcanvas-body {
    background-color: rgb(86, 0, 167) !important;
}

.my-navbar .nav-link {
    color: white !important;
}

.my-navbar .nav-link:hover {
    color: #e2e2e2 !important;
}



#presentacion{
    min-height: 88vh;
    display: flex;
    justify-content: start;
    align-items: center;

    background-image: url('assets/fondo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.proyecto {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#proyecto-1 {
    background-image: url('assets/Starbucks.png');
}
#proyecto-2 {
    background-image: url('assets/Buscadores.png');
}
#proyecto-3 {
    background-image: url('assets/Consultores.png');
}
#proyecto-4 {
    background-image: url('assets/MenuFrames.png');
}
#proyecto-5 {
    background-image: url('assets/CuerpoHumano.png');
}
#proyecto-6 {
    background-image: url('assets/SueldoTrabajador.png');
}
#proyecto-7 {
    background-image: url('assets/PruebaWeb.png');
}
#proyecto-8 {
    background-image: url('assets/Inventario.png');
}
#proyecto-9 {
    background-image: url('assets/RegistroUsuario.png');
}
#proyecto-10 {
    background-image: url('assets/PagPersonal.png');
}
.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, 1);
}

.pixelify-sans-uniquifier {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

a {
  color: rgb(255, 4, 129);
    font-weight: bold;
}

a:visited {
  color: rgb(226, 180, 255);
}

a:link {
  text-decoration: none;
}

/* CSS */
.btn-ver-mas {
  align-items: center;
  background-color: #f1ac67;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  width: 200px;
  justify-content: center;
  line-height: 24px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-ver-mas:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.btn-ver-mas:hover:after {
  transform: translate(0, 0);
}

.btn-ver-mas:active {
  background-color: #c93323;
  outline: 0;
}

.btn-ver-mas:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .btn-ver-mas {
    padding: 0 40px;
  }
}

/* CSS */
.btn-musica {
  align-items: center;
  background-color: rgba(240, 240, 240, 0.26);
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 28px;
  max-width: 100%;
  padding: 14px 22px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

