  body {
        background-image: url("imagenes/wow.gif");
        background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-family: Arial, sans-serif;
        cursor: url('imagenes/bou.png') , auto;
        font-family: 'fuente';
      }
    a {
  cursor: url('imagenes/finn.png'), pointer;
}
 img {
    display: block;
    margin: auto;
  }

.imagen {
    transition: transform 0.15s ease;
}
.imagen:hover {
    transform: scale(1.1);
}
  .hello-text {
      font-size: 10.825439783491204vh;
      opacity: 0.5;
      animation: scrollText 10s linear infinite;
      overflow: hidden;
      position: fixed;
      display: inline-block;
      text-align: center;
      bottom: 0;
      left: 0;
      width: 100%;
      color: rgb(128, 19, 13);
      
    }
