body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url('/spacio.gif');
  background-repeat: no-repeat;
  background-size: cover;
  image-rendering: pixelated;
}

.alinearimagen{
    display: flex;
    align-self: center;
    margin: auto;
    width: fit-content;
    background-color: white;
    
    
}

.tituloprincipal{
  
  text-align:center;
  color: white;
  
  }
  
  .imagenicono {
      image-rendering: pixelated;
      width: 100px;
      
      
  }
  
.paratexto {
    
    color: white;
    
    
    
}
  
.imagenpatreon {
    width: 900px;
    image-rendering: pixelated;
}
.contenedorboton {
    display: flex;
    margin: auto;
    margin-top: 50px;
    width: fit-content;
    align-items: center;
    
}
.contenedorboton img {
    image-rendering: pixelated;
    padding: 5px;

    
}
.contenedorboton:hover {

    
    
}
.contenedorboton:hover .imagenpatreon {
    transform: scale(1.5);
    
    
}
.contenedorboton:hover .imagenicono {
transform: scale(1.5);
    
    
}




