
/* defino un degradado para el background*/
body {
    background: black;
}



/* defino una imagen */
.bg {
    background-image: url(../../assets/images/neptuno_logo.svg);
    background-position: center center;
}

.imagen {
    width: 100px;
    height: 100px;
}

.btn {
    cursor: not-allowed;
}
