body {
    background-image: url('../imagenes/money_background.jpeg');
    background-size: cover;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}